Html Css Color HEX #478ACC Havelock Blue

📋 copy color: '#478ACC'

red 71 ◦ green 138 ◦ blue 204

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

Shades of Havelock Blue #478ACC

Tints of Havelock Blue #478ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.39%

R = 17.19%
G = 33.41%
B = 49.39%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#478ACC (or 0x478ACC) is known color: Havelock Blue. HEX triplet: 47, 8A and CC. RGB value is (71,138,204). Sum of RGB (Red+Green+Blue) = 71+138+204=413 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.19% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #478ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478ACC is #B87533. Grayscale: #7D7D7D. Windows color (decimal): -12088628 or 13404743. OLE color: 13404743.

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

Color convert

RGB 71 138 204 -
CMYK 0.65 0.32 0 0.2
HSL 209.77º 0.57% 0.54% -
HSV(B) 209.77º 0.65% 0.8% -
XYZ 22.59 23.88 60.54 -
YUV 125.49 172.3 89.13 -
System Red Green Blue C M Y K H S L
Decimal 71 138 204 0.65 0.32 0 0.2 209.77 0.57 0.54
Hex 47 8A CC 41 20 0 14 D2 39 36
Octal 107 212 314 101 40 0 24 322 71 66
Binary 1000111 10001010 11001100 1000001 100000 0 10100 11010010 111001 110110

Color Harmonies of #478ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478ACC

Black with #478ACC

Text Example


Text Example

White with #478ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #478ACC;
 }
 .AnyTagClassName
 {
   color: #478ACC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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