#478ED4

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

Shades of Havelock Blue #478ED4

Tints of Havelock Blue #478ED4

Color information

#478ED4 (or 0x478ED4) is unknown color: approx Havelock Blue. HEX triplet: 47, 8E and D4. RGB value is (71,142,212). Sum of RGB (Red+Green+Blue) = 71+142+212=425 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.71% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 212 (83.20% from 255 or 49.88% from 425); Max value from RGB is 212 - color contains mainly: blue. Hex color #478ED4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478ED4 is #B8712B. Grayscale: #808080. Windows color (decimal): -12087596 or 13930055. OLE color: 13930055.

HSL color Cylindrical-coordinate representation of color #478ED4: hue angle of 209.79º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #478ED4 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB71142212-
CMYK0.670.3300.17
HSL209.79º62.11%55.49%-
HSV(B)209.79º66.51%83.14%-
XYZ24.1625.4465.92-
YUV128.75174.9886.81-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.71%
GREEN value IS 142 (55.86% from 255) = 33.41%
BLUE value IS 212 (83.20% from 255) = 49.88%
R=16.71%
G=33.41%
B=49.88%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal711422120.670.3300.17209.7962.1155.49
Hex478ED44321011d23e37
Octal107216324103410213227667
Binary10001111000111011010100100001110000101000111010010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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