Html Css Color HEX #477CC9 Havelock Blue

📋 copy color: '#477CC9'

red 71 ◦ green 124 ◦ blue 201

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

Shades of Havelock Blue #477CC9

Tints of Havelock Blue #477CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 50.76%

R = 17.93%
G = 31.31%
B = 50.76%

CMYK

 C value IS 0.65

 M value IS 0.38

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#477CC9 (or 0x477CC9) is known color: Havelock Blue. HEX triplet: 47, 7C and C9. RGB value is (71,124,201). Sum of RGB (Red+Green+Blue) = 71+124+201=396 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.93% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 201 (78.91% from 255 or 50.76% from 396); Max value from RGB is 201 - color contains mainly: blue. Hex color #477CC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477CC9 is #B88336. Grayscale: #747474. Windows color (decimal): -12092215 or 13204551. OLE color: 13204551.

HSL color Cylindrical-coordinate representation of color #477CC9: hue angle of 215.54º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #477CC9 is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 71 124 201 -
CMYK 0.65 0.38 0 0.21
HSL 215.54º 0.55% 0.53% -
HSV(B) 215.54º 0.65% 0.79% -
XYZ 20.35 19.97 58.04 -
YUV 116.93 175.44 95.24 -
System Red Green Blue C M Y K H S L
Decimal 71 124 201 0.65 0.38 0 0.21 215.54 0.55 0.53
Hex 47 7C C9 41 26 0 15 D8 37 35
Octal 107 174 311 101 46 0 25 330 67 65
Binary 1000111 1111100 11001001 1000001 100110 0 10101 11011000 110111 110101

Color Harmonies of #477CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477CC9

Black with #477CC9

Text Example


Text Example

White with #477CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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