#478ECF

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

Shades of Havelock Blue #478ECF

Tints of Havelock Blue #478ECF

Color information

#478ECF (or 0x478ECF) is unknown color: approx Havelock Blue. HEX triplet: 47, 8E and CF. RGB value is (71,142,207). Sum of RGB (Red+Green+Blue) = 71+142+207=420 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.90% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #478ECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478ECF is #B87130. Grayscale: #7F7F7F. Windows color (decimal): -12087601 or 13602375. OLE color: 13602375.

HSL color Cylindrical-coordinate representation of color #478ECF: hue angle of 208.68º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #478ECF is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB71142207-
CMYK0.660.3100.19
HSL208.68º58.62%54.51%-
HSV(B)208.68º65.7%81.18%-
XYZ23.5325.1962.65-
YUV128.18172.4887.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.90%
GREEN value IS 142 (55.86% from 255) = 33.81%
BLUE value IS 207 (81.25% from 255) = 49.29%
R=16.90%
G=33.81%
B=49.29%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal711422070.660.3100.19208.6858.6254.51
Hex478ECF421F013d13b37
Octal107216317102370233217367
Binary1000111100011101100111110000101111101001111010001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478ECF; }

 p { color: rgb(71,142,207); }

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

<style>
 a { background-color: #478ECF; }

 a { background-color: rgb(71,142,207); }

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

<style>
 span { border-color: #478ECF; }

 span { border-color: rgb(71,142,207); }

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