COLOR #488CCA

HEX: #488CCA
RGB: (72,140,202)

Color info

#488CCA contains mainly blue color. Web safe color of #488CCA is #3399CC (or #39C).

RGB color model

#488CCA color RGB value is (72,140,202).

  • red value is 72;
  • green value is 140;
  • blue value is 202.
RGB:
(72,140,202)
(28%,55%,79%)

RGB channels and saturation

R 72 of 255 = 28%
G 140 of 255 = 55%
B 202 of 255 = 79%

72
140
202

R + G + B ~ 54%. #488CCA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 140 + 202 = 414 (100%)
R 72 of 414 ~ 17.39%
G 140 of 414 ~ 33.82%
B 202 of 414 ~ 48.79%

%17.39
%33.82
%48.79

CMYK color model

#488CCA color CMYK value is (64,31,0,21).

  • cyan value is 64.36%
  • magenta value is 30.69%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(64,31,0,21)
C64M31Y0K21 
(64%,31%,0%,21%)
(0.64/0.31/0.00/0.21)	

CMYK percentages

%64.36
%30.69
%0
%20.78

Codes

Color #488CCA in popluar color models

488CCA
RGB72140202
HSL209°55.08%53.73%
HSB/HSV209°64.36%79.22%
CMYK64.36%30.69%0.00%
20.78%

Color #488CCA in popluar number systems.

HEX488CCA
Decimal72140202
Binary10010001000110011001010
Octal110214312

Shades and tints

Shades of #488CCA

#488CCA
(72,140,202)
#4280B8
(66,128,184)
#3C74A6
(60,116,166)
#366894
(54,104,148)
#305C82
(48,92,130)
#2A5070
(42,80,112)
#24445E
(36,68,94)
#1E384C
(30,56,76)
#182C3A
(24,44,58)
#122028
(18,32,40)
#0C1416
(12,20,22)
#000000
(0,0,0)

Tints of #488CCA

#488CCA
(72,140,202)
#5896CE
(88,150,206)
#68A0D2
(104,160,210)
#78AAD6
(120,170,214)
#88B4DA
(136,180,218)
#98BEDE
(152,190,222)
#A8C8E2
(168,200,226)
#B8D2E6
(184,210,230)
#C8DCEA
(200,220,234)
#D8E6EE
(216,230,238)
#E8F0F2
(232,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488CCA color. Also use rgb(72,140,202) instead hex code.

Text Font Color

.myTextColor { color: #488CCA; }

<p style="color:#488CCA">This sample text font color is #488CCA.</p>

This text font color is #488CCA.


Background Color

.myBgColor { background-color: #488CCA; }

<div style="background-color:#488CCA">Inner text</div>

This div background color is #488CCA.


Border color

.myBorderColor { border: 1px solid #488CCA; }

<div style="border:3px solid #488CCA">Div</div>

This div border color is #488CCA.


Opacity

.myOpacity80 { color: #488CCA; opacity: 0.8; }

<p style="color:#488CCA;opacity:0.8;">80%</p>

Text with #488CCA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #488CCA;}

<p style="text-shadow: 3px 3px 1px #488CCA">Text here.</p>

This text has shadow with #488CCA color.

.textShadow {text-shadow: 3px 3px 1px #488CCA, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #488CCA, 5px 5px 20px red">Text here.</p>

This text has shadow with #488CCA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#488CCA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#488CCA, Direction=45, Strength=4)">Text</p>

This text has shadow with #488CCA and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #488CCA;
  -webkit-box-shadow:	1px 1px 3px 2px #488CCA;
  box-shadow:		1px 1px 3px 2px #488CCA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #488CCA;
-webkit-box-shadow: 1px 1px 3px 2px #488CCA;
box-shadow:1px 1px 3px 2px #488CCA;">
Div content here</div>
This div box has shadow with color #488CCA.

Preview

Color preview on black background

This text has color #488CCA on black background.


Color preview on white background

This text has color #488CCA on white background.



Black color preview on #488CCA background

This text has black color on #488CCA background.


White color preview on #488CCA background

This text has white color on #488CCA background.