Html Css Color HEX #477CCC Havelock Blue

📋 copy color: '#477CCC'

red 71 ◦ green 124 ◦ blue 204

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

Shades of Havelock Blue #477CCC

Tints of Havelock Blue #477CCC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.08%

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

R = 17.79%
G = 31.08%
B = 51.13%

CMYK

 C value IS 0.65

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#477CCC (or 0x477CCC) is known color: Havelock Blue. HEX triplet: 47, 7C and CC. RGB value is (71,124,204). Sum of RGB (Red+Green+Blue) = 71+124+204=399 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.79% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #477CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477CCC is #B88333. Grayscale: #747474. Windows color (decimal): -12092212 or 13401159. OLE color: 13401159.

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

Color convert

RGB 71 124 204 -
CMYK 0.65 0.39 0 0.2
HSL 216.09º 0.57% 0.54% -
HSV(B) 216.09º 0.65% 0.8% -
XYZ 20.71 20.11 59.92 -
YUV 117.27 176.94 95 -
System Red Green Blue C M Y K H S L
Decimal 71 124 204 0.65 0.39 0 0.2 216.09 0.57 0.54
Hex 47 7C CC 41 27 0 14 D8 39 36
Octal 107 174 314 101 47 0 24 330 71 66
Binary 1000111 1111100 11001100 1000001 100111 0 10100 11011000 111001 110110

Color Harmonies of #477CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477CCC

Black with #477CCC

Text Example


Text Example

White with #477CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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