#478ACB

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

Shades of Havelock Blue #478ACB

Tints of Havelock Blue #478ACB

Color information

#478ACB (or 0x478ACB) is unknown color: approx Havelock Blue. HEX triplet: 47, 8A and CB. RGB value is (71,138,203). Sum of RGB (Red+Green+Blue) = 71+138+203=412 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.23% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #478ACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478ACB is #B87534. Grayscale: #7D7D7D. Windows color (decimal): -12088629 or 13339207. OLE color: 13339207.

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

Color convert

RGB71138203-
CMYK0.650.3200.20
HSL209.55º55.93%53.73%-
HSV(B)209.55º65.02%79.61%-
XYZ22.4723.8359.92-
YUV125.38171.889.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.23%
GREEN value IS 138 (54.30% from 255) = 33.50%
BLUE value IS 203 (79.69% from 255) = 49.27%
R=17.23%
G=33.50%
B=49.27%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal711382030.650.3200.20209.5555.9353.73
Hex478ACB4120014d23836
Octal107212313101400243227066
Binary10001111000101011001011100000110000001010011010010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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