Html Css Color HEX #477ACE Havelock Blue

📋 copy color: '#477ACE'

red 71 ◦ green 122 ◦ blue 206

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

Shades of Havelock Blue #477ACE

Tints of Havelock Blue #477ACE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.58%

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

R = 17.79%
G = 30.58%
B = 51.63%

CMYK

 C value IS 0.66

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#477ACE (or 0x477ACE) is known color: Havelock Blue. HEX triplet: 47, 7A and CE. RGB value is (71,122,206). Sum of RGB (Red+Green+Blue) = 71+122+206=399 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.79% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #477ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477ACE is #B88531. Grayscale: #737373. Windows color (decimal): -12092722 or 13531719. OLE color: 13531719.

HSL color Cylindrical-coordinate representation of color #477ACE: hue angle of 217.33º 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 #477ACE is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 122 206 -
CMYK 0.66 0.41 0 0.19
HSL 217.33º 0.58% 0.54% -
HSV(B) 217.33º 0.66% 0.81% -
XYZ 20.7 19.71 61.11 -
YUV 116.33 178.6 95.67 -
System Red Green Blue C M Y K H S L
Decimal 71 122 206 0.66 0.41 0 0.19 217.33 0.58 0.54
Hex 47 7A CE 42 29 0 13 D9 3A 36
Octal 107 172 316 102 51 0 23 331 72 66
Binary 1000111 1111010 11001110 1000010 101001 0 10011 11011001 111010 110110

Color Harmonies of #477ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477ACE

Black with #477ACE

Text Example


Text Example

White with #477ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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