#4876CC

Color #4876CC Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #4876CC

Tints of Havelock Blue #4876CC

Color information

#4876CC (or 0x4876CC) is unknown color: approx Havelock Blue. HEX triplet: 48, 76 and CC. RGB value is (72,118,204). Sum of RGB (Red+Green+Blue) = 72+118+204=394 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.27% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #4876CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4876CC is #B78933. Grayscale: #717171. Windows color (decimal): -12028212 or 13399624. OLE color: 13399624.

HSL color Cylindrical-coordinate representation of color #4876CC: hue angle of 219.09º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4876CC is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB72118204-
CMYK0.650.4200.2
HSL219.09º56.41%54.12%-
HSV(B)219.09º64.71%80%-
XYZ20.0518.6959.68-
YUV114.05178.7698.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 18.27%
GREEN value IS 118 (46.48% from 255) = 29.95%
BLUE value IS 204 (80.08% from 255) = 51.78%
R=18.27%
G=29.95%
B=51.78%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal721182040.650.4200.2219.0956.4154.12
Hex4876CC412A014db3836
Octal110166314101520243337066
Binary1001000111011011001100100000110101001010011011011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4876CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4876CC; }

 p { color: rgb(72,118,204); }

 H1.HeaderClassName
 {
   color: #4876CC;
 }
 .AnyTagClassName
 {
   color: #4876CC;
 }
</style>
background-color css

<style>
 a { background-color: #4876CC; }

 a { background-color: rgb(72,118,204); }

 div.DivClassName
 {
   background-color: #4876CC;
 }
 .BgClassName
 {
   background-color: #4876CC;
 }
</style>
border-color css

<style>
 span { border-color: #4876CC; }

 span { border-color: rgb(72,118,204); }

 td.TdClassName
 {
   border-color: #4876CC;
 }
 .TagClassName
 {
   border-color: #4876CC;
 }
</style>