Html Css Color HEX #477BCC Havelock Blue

📋 copy color: '#477BCC'

red 71 ◦ green 123 ◦ blue 204

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

Shades of Havelock Blue #477BCC

Tints of Havelock Blue #477BCC

RGB

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

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

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

R = 17.84%
G = 30.9%
B = 51.26%

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

#477BCC (or 0x477BCC) is known color: Havelock Blue. HEX triplet: 47, 7B and CC. RGB value is (71,123,204). Sum of RGB (Red+Green+Blue) = 71+123+204=398 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.84% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #477BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477BCC is #B88433. Grayscale: #747474. Windows color (decimal): -12092468 or 13400903. OLE color: 13400903.

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

Color convert

RGB 71 123 204 -
CMYK 0.65 0.40 0 0.2
HSL 216.54º 0.57% 0.54% -
HSV(B) 216.54º 0.65% 0.8% -
XYZ 20.58 19.87 59.88 -
YUV 116.69 177.27 95.41 -
System Red Green Blue C M Y K H S L
Decimal 71 123 204 0.65 0.40 0 0.2 216.54 0.57 0.54
Hex 47 7B CC 41 28 0 14 D9 39 36
Octal 107 173 314 101 50 0 24 331 71 66
Binary 1000111 1111011 11001100 1000001 101000 0 10100 11011001 111001 110110

Color Harmonies of #477BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477BCC

Black with #477BCC

Text Example


Text Example

White with #477BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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