#4479CF

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

Shades of Havelock Blue #4479CF

Tints of Havelock Blue #4479CF

Color information

#4479CF (or 0x4479CF) is unknown color: approx Havelock Blue. HEX triplet: 44, 79 and CF. RGB value is (68,121,207). Sum of RGB (Red+Green+Blue) = 68+121+207=396 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.17% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #4479CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4479CF is #BB8630. Grayscale: #727272. Windows color (decimal): -12289585 or 13596996. OLE color: 13596996.

HSL color Cylindrical-coordinate representation of color #4479CF: hue angle of 217.12º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4479CF is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB68121207-
CMYK0.670.4200.19
HSL217.12º59.15%53.92%-
HSV(B)217.12º67.15%81.18%-
XYZ20.4819.4161.7-
YUV114.96179.9494.51-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.17%
GREEN value IS 121 (47.66% from 255) = 30.56%
BLUE value IS 207 (81.25% from 255) = 52.27%
R=17.17%
G=30.56%
B=52.27%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal681212070.670.4200.19217.1259.1553.92
Hex4479CF432A013d93b36
Octal104171317103520233317366
Binary1000100111100111001111100001110101001001111011001111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4479CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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