Html Css Color HEX #477ED0 Havelock Blue

📋 copy color: '#477ED0'

red 71 ◦ green 126 ◦ blue 208

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

Shades of Havelock Blue #477ED0

Tints of Havelock Blue #477ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 51.36%

R = 17.53%
G = 31.11%
B = 51.36%

CMYK

 C value IS 0.66

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#477ED0 (or 0x477ED0) is known color: Havelock Blue. HEX triplet: 47, 7E and D0. RGB value is (71,126,208). Sum of RGB (Red+Green+Blue) = 71+126+208=405 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.53% from 405); Green value is 126 (49.61% from 255 or 31.11% from 405); Blue value is 208 (81.64% from 255 or 51.36% from 405); Max value from RGB is 208 - color contains mainly: blue. Hex color #477ED0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477ED0 is #B8812F. Grayscale: #767676. Windows color (decimal): -12091696 or 13663815. OLE color: 13663815.

HSL color Cylindrical-coordinate representation of color #477ED0: hue angle of 215.91º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #477ED0 is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 71 126 208 -
CMYK 0.66 0.39 0 0.18
HSL 215.91º 0.59% 0.55% -
HSV(B) 215.91º 0.66% 0.82% -
XYZ 21.44 20.82 62.56 -
YUV 118.9 178.28 93.83 -
System Red Green Blue C M Y K H S L
Decimal 71 126 208 0.66 0.39 0 0.18 215.91 0.59 0.55
Hex 47 7E D0 42 27 0 12 D8 3B 37
Octal 107 176 320 102 47 0 22 330 73 67
Binary 1000111 1111110 11010000 1000010 100111 0 10010 11011000 111011 110111

Color Harmonies of #477ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477ED0

Black with #477ED0

Text Example


Text Example

White with #477ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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