#478ECB

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

Shades of Havelock Blue #478ECB

Tints of Havelock Blue #478ECB

Color information

#478ECB (or 0x478ECB) is unknown color: approx Havelock Blue. HEX triplet: 47, 8E and CB. RGB value is (71,142,203). Sum of RGB (Red+Green+Blue) = 71+142+203=416 (55% of max value = 765). Red value is 71 (28.12% from 255 or 17.07% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #478ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478ECB is #B87134. Grayscale: #7F7F7F. Windows color (decimal): -12087605 or 13340231. OLE color: 13340231.

HSL color Cylindrical-coordinate representation of color #478ECB: hue angle of 207.73º 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 #478ECB is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB71142203-
CMYK0.650.3000.20
HSL207.73º55.93%53.73%-
HSV(B)207.73º65.02%79.61%-
XYZ23.052560.11-
YUV127.72170.4887.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.07%
GREEN value IS 142 (55.86% from 255) = 34.13%
BLUE value IS 203 (79.69% from 255) = 48.80%
R=17.07%
G=34.13%
B=48.80%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal711422030.650.3000.20207.7355.9353.73
Hex478ECB411E014d03836
Octal107216313101360243207066
Binary1000111100011101100101110000011111001010011010000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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