Html Css Color HEX #477FCC Havelock Blue

📋 copy color: '#477FCC'

red 71 ◦ green 127 ◦ blue 204

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

Shades of Havelock Blue #477FCC

Tints of Havelock Blue #477FCC

RGB

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

 GREEN value IS 127 (50% from 255) = 31.59%

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

R = 17.66%
G = 31.59%
B = 50.75%

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

#477FCC (or 0x477FCC) is known color: Havelock Blue. HEX triplet: 47, 7F and CC. RGB value is (71,127,204). Sum of RGB (Red+Green+Blue) = 71+127+204=402 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.66% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #477FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477FCC is #B88033. Grayscale: #767676. Windows color (decimal): -12091444 or 13401927. OLE color: 13401927.

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

Color convert

RGB 71 127 204 -
CMYK 0.65 0.38 0 0.2
HSL 214.74º 0.57% 0.54% -
HSV(B) 214.74º 0.65% 0.8% -
XYZ 21.09 20.88 60.05 -
YUV 119.03 175.95 93.74 -
System Red Green Blue C M Y K H S L
Decimal 71 127 204 0.65 0.38 0 0.2 214.74 0.57 0.54
Hex 47 7F CC 41 26 0 14 D7 39 36
Octal 107 177 314 101 46 0 24 327 71 66
Binary 1000111 1111111 11001100 1000001 100110 0 10100 11010111 111001 110110

Color Harmonies of #477FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477FCC

Black with #477FCC

Text Example


Text Example

White with #477FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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