Html Css Color HEX #477DC8 Havelock Blue

📋 copy color: '#477DC8'

red 71 ◦ green 125 ◦ blue 200

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

Shades of Havelock Blue #477DC8

Tints of Havelock Blue #477DC8

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.57%

 BLUE value IS 200 (78.52% from 255) = 50.51%

R = 17.93%
G = 31.57%
B = 50.51%

CMYK

 C value IS 0.64

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#477DC8 (or 0x477DC8) is known color: Havelock Blue. HEX triplet: 47, 7D and C8. RGB value is (71,125,200). Sum of RGB (Red+Green+Blue) = 71+125+200=396 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.93% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 200 (78.52% from 255 or 50.51% from 396); Max value from RGB is 200 - color contains mainly: blue. Hex color #477DC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477DC8 is #B88237. Grayscale: #757575. Windows color (decimal): -12091960 or 13139271. OLE color: 13139271.

HSL color Cylindrical-coordinate representation of color #477DC8: hue angle of 214.88º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #477DC8 is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 71 125 200 -
CMYK 0.64 0.38 0 0.22
HSL 214.88º 0.54% 0.53% -
HSV(B) 214.88º 0.65% 0.78% -
XYZ 20.36 20.18 57.47 -
YUV 117.4 174.61 94.9 -
System Red Green Blue C M Y K H S L
Decimal 71 125 200 0.64 0.38 0 0.22 214.88 0.54 0.53
Hex 47 7D C8 40 26 0 16 D7 36 35
Octal 107 175 310 100 46 0 26 327 66 65
Binary 1000111 1111101 11001000 1000000 100110 0 10110 11010111 110110 110101

Color Harmonies of #477DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477DC8

Black with #477DC8

Text Example


Text Example

White with #477DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,125,200); }

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

background-color css

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

 a { background-color: rgb(71,125,200); }

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

border-color css

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

 span { border-color: rgb(71,125,200); }

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