Html Css Color HEX #477ECC Havelock Blue

📋 copy color: '#477ECC'

red 71 ◦ green 126 ◦ blue 204

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

Shades of Havelock Blue #477ECC

Tints of Havelock Blue #477ECC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.42%

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

R = 17.71%
G = 31.42%
B = 50.87%

CMYK

 C value IS 0.65

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#477ECC (or 0x477ECC) is known color: Havelock Blue. HEX triplet: 47, 7E and CC. RGB value is (71,126,204). Sum of RGB (Red+Green+Blue) = 71+126+204=401 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.71% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #477ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477ECC is #B88133. Grayscale: #767676. Windows color (decimal): -12091700 or 13401671. OLE color: 13401671.

HSL color Cylindrical-coordinate representation of color #477ECC: hue angle of 215.19º 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 #477ECC is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 71 126 204 -
CMYK 0.65 0.38 0 0.2
HSL 215.19º 0.57% 0.54% -
HSV(B) 215.19º 0.65% 0.8% -
XYZ 20.96 20.62 60 -
YUV 118.45 176.28 94.16 -
System Red Green Blue C M Y K H S L
Decimal 71 126 204 0.65 0.38 0 0.2 215.19 0.57 0.54
Hex 47 7E CC 41 26 0 14 D7 39 36
Octal 107 176 314 101 46 0 24 327 71 66
Binary 1000111 1111110 11001100 1000001 100110 0 10100 11010111 111001 110110

Color Harmonies of #477ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477ECC

Black with #477ECC

Text Example


Text Example

White with #477ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477ECC; }

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

 H1.HeaderClassName
 {
   color: #477ECC;
 }
 .AnyTagClassName
 {
   color: #477ECC;
 }
</style>

background-color css

<style>
 a { background-color: #477ECC; }

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

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

border-color css

<style>
 span { border-color: #477ECC; }

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

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