Html Css Color HEX #477ECE Havelock Blue

📋 copy color: '#477ECE'

red 71 ◦ green 126 ◦ blue 206

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

Shades of Havelock Blue #477ECE

Tints of Havelock Blue #477ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.12%

R = 17.62%
G = 31.27%
B = 51.12%

CMYK

 C value IS 0.66

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#477ECE (or 0x477ECE) is known color: Havelock Blue. HEX triplet: 47, 7E and CE. RGB value is (71,126,206). Sum of RGB (Red+Green+Blue) = 71+126+206=403 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.62% from 403); Green value is 126 (49.61% from 255 or 31.27% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #477ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477ECE is #B88131. Grayscale: #767676. Windows color (decimal): -12091698 or 13532743. OLE color: 13532743.

HSL color Cylindrical-coordinate representation of color #477ECE: hue angle of 215.56º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #477ECE is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 126 206 -
CMYK 0.66 0.39 0 0.19
HSL 215.56º 0.58% 0.54% -
HSV(B) 215.56º 0.66% 0.81% -
XYZ 21.2 20.72 61.27 -
YUV 118.68 177.28 94 -
System Red Green Blue C M Y K H S L
Decimal 71 126 206 0.66 0.39 0 0.19 215.56 0.58 0.54
Hex 47 7E CE 42 27 0 13 D8 3A 36
Octal 107 176 316 102 47 0 23 330 72 66
Binary 1000111 1111110 11001110 1000010 100111 0 10011 11011000 111010 110110

Color Harmonies of #477ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477ECE

Black with #477ECE

Text Example


Text Example

White with #477ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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