Html Css Color HEX #477BCD Havelock Blue

📋 copy color: '#477BCD'

red 71 ◦ green 123 ◦ blue 205

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

Shades of Havelock Blue #477BCD

Tints of Havelock Blue #477BCD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.83%

 BLUE value IS 205 (80.47% from 255) = 51.38%

R = 17.79%
G = 30.83%
B = 51.38%

CMYK

 C value IS 0.65

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#477BCD (or 0x477BCD) is known color: Havelock Blue. HEX triplet: 47, 7B and CD. RGB value is (71,123,205). Sum of RGB (Red+Green+Blue) = 71+123+205=399 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.79% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #477BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477BCD is #B88432. Grayscale: #747474. Windows color (decimal): -12092467 or 13466439. OLE color: 13466439.

HSL color Cylindrical-coordinate representation of color #477BCD: hue angle of 216.72º 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 #477BCD is Cyan = 0.65, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 123 205 -
CMYK 0.65 0.4 0 0.20
HSL 216.72º 0.57% 0.54% -
HSV(B) 216.72º 0.65% 0.8% -
XYZ 20.7 19.91 60.51 -
YUV 116.8 177.77 95.33 -
System Red Green Blue C M Y K H S L
Decimal 71 123 205 0.65 0.4 0 0.20 216.72 0.57 0.54
Hex 47 7B CD 41 28 0 14 D9 39 36
Octal 107 173 315 101 50 0 24 331 71 66
Binary 1000111 1111011 11001101 1000001 101000 0 10100 11011001 111001 110110

Color Harmonies of #477BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477BCD

Black with #477BCD

Text Example


Text Example

White with #477BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,123,205); }

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

background-color css

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

 a { background-color: rgb(71,123,205); }

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

border-color css

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

 span { border-color: rgb(71,123,205); }

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