Html Css Color HEX #477EC7 Havelock Blue

📋 copy color: '#477EC7'

red 71 ◦ green 126 ◦ blue 199

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

Shades of Havelock Blue #477EC7

Tints of Havelock Blue #477EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 50.25%

R = 17.93%
G = 31.82%
B = 50.25%

CMYK

 C value IS 0.64

 M value IS 0.37

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#477EC7 (or 0x477EC7) is known color: Havelock Blue. HEX triplet: 47, 7E and C7. RGB value is (71,126,199). Sum of RGB (Red+Green+Blue) = 71+126+199=396 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.93% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 199 (78.12% from 255 or 50.25% from 396); Max value from RGB is 199 - color contains mainly: blue. Hex color #477EC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477EC7 is #B88138. Grayscale: #757575. Windows color (decimal): -12091705 or 13073991. OLE color: 13073991.

HSL color Cylindrical-coordinate representation of color #477EC7: hue angle of 214.22º degrees, saturation: 0.53, 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 #477EC7 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 71 126 199 -
CMYK 0.64 0.37 0 0.22
HSL 214.22º 0.53% 0.53% -
HSV(B) 214.22º 0.64% 0.78% -
XYZ 20.37 20.38 56.89 -
YUV 117.88 173.78 94.56 -
System Red Green Blue C M Y K H S L
Decimal 71 126 199 0.64 0.37 0 0.22 214.22 0.53 0.53
Hex 47 7E C7 40 25 0 16 D6 35 35
Octal 107 176 307 100 45 0 26 326 65 65
Binary 1000111 1111110 11000111 1000000 100101 0 10110 11010110 110101 110101

Color Harmonies of #477EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477EC7

Black with #477EC7

Text Example


Text Example

White with #477EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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