Html Css Color HEX #477ACC Havelock Blue

📋 copy color: '#477ACC'

red 71 ◦ green 122 ◦ blue 204

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

Shades of Havelock Blue #477ACC

Tints of Havelock Blue #477ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.39%

R = 17.88%
G = 30.73%
B = 51.39%

CMYK

 C value IS 0.65

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#477ACC (or 0x477ACC) is known color: Havelock Blue. HEX triplet: 47, 7A and CC. RGB value is (71,122,204). Sum of RGB (Red+Green+Blue) = 71+122+204=397 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.88% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #477ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477ACC is #B88533. Grayscale: #737373. Windows color (decimal): -12092724 or 13400647. OLE color: 13400647.

HSL color Cylindrical-coordinate representation of color #477ACC: hue angle of 216.99º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #477ACC is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 71 122 204 -
CMYK 0.65 0.40 0 0.2
HSL 216.99º 0.57% 0.54% -
HSV(B) 216.99º 0.65% 0.8% -
XYZ 20.46 19.62 59.84 -
YUV 116.1 177.6 95.83 -
System Red Green Blue C M Y K H S L
Decimal 71 122 204 0.65 0.40 0 0.2 216.99 0.57 0.54
Hex 47 7A CC 41 28 0 14 D9 39 36
Octal 107 172 314 101 50 0 24 331 71 66
Binary 1000111 1111010 11001100 1000001 101000 0 10100 11011001 111001 110110

Color Harmonies of #477ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477ACC

Black with #477ACC

Text Example


Text Example

White with #477ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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