Html Css Color HEX #478ACB Havelock Blue

📋 copy color: '#478ACB'

red 71 ◦ green 138 ◦ blue 203

#478ACB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #478ACB

Tints of Havelock Blue #478ACB

RGB

 RED value IS 71 (28.13% from 255) = 17.23%

 GREEN value IS 138 (54.3% from 255) = 33.5%

 BLUE value IS 203 (79.69% from 255) = 49.27%

R = 17.23%
G = 33.5%
B = 49.27%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#478ACB (or 0x478ACB) is known color: 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

RGB 71 138 203 -
CMYK 0.65 0.32 0 0.20
HSL 209.55º 0.56% 0.54% -
HSV(B) 209.55º 0.65% 0.8% -
XYZ 22.47 23.83 59.92 -
YUV 125.38 171.8 89.21 -
System Red Green Blue C M Y K H S L
Decimal 71 138 203 0.65 0.32 0 0.20 209.55 0.56 0.54
Hex 47 8A CB 41 20 0 14 D2 38 36
Octal 107 212 313 101 40 0 24 322 70 66
Binary 1000111 10001010 11001011 1000001 100000 0 10100 11010010 111000 110110

Color Harmonies of #478ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478ACB

Black with #478ACB

Text Example


Text Example

White with #478ACB

Text Example


Text Example

HTML Codes & Css Web 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>