#4479CB

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

Shades of Havelock Blue #4479CB

Tints of Havelock Blue #4479CB

Color information

#4479CB (or 0x4479CB) is unknown color: approx Havelock Blue. HEX triplet: 44, 79 and CB. RGB value is (68,121,203). Sum of RGB (Red+Green+Blue) = 68+121+203=392 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.35% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #4479CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4479CB is #BB8634. Grayscale: #727272. Windows color (decimal): -12289589 or 13334852. OLE color: 13334852.

HSL color Cylindrical-coordinate representation of color #4479CB: hue angle of 216.44º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4479CB is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB68121203-
CMYK0.670.4000.20
HSL216.44º56.49%53.14%-
HSV(B)216.44º66.5%79.61%-
XYZ2019.2259.15-
YUV114.5177.9494.83-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.35%
GREEN value IS 121 (47.66% from 255) = 30.87%
BLUE value IS 203 (79.69% from 255) = 51.79%
R=17.35%
G=30.87%
B=51.79%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal681212030.670.4000.20216.4456.4953.14
Hex4479CB4328014d83835
Octal104171313103500243307065
Binary1000100111100111001011100001110100001010011011000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4479CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4479CB; }

 p { color: rgb(68,121,203); }

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

<style>
 a { background-color: #4479CB; }

 a { background-color: rgb(68,121,203); }

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

<style>
 span { border-color: #4479CB; }

 span { border-color: rgb(68,121,203); }

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