Html Css Color HEX #477BCE Havelock Blue

📋 copy color: '#477BCE'

red 71 ◦ green 123 ◦ blue 206

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

Shades of Havelock Blue #477BCE

Tints of Havelock Blue #477BCE

RGB

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

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

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

R = 17.75%
G = 30.75%
B = 51.5%

CMYK

 C value IS 0.66

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#477BCE (or 0x477BCE) is known color: Havelock Blue. HEX triplet: 47, 7B and CE. RGB value is (71,123,206). Sum of RGB (Red+Green+Blue) = 71+123+206=400 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.75% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #477BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477BCE is #B88431. Grayscale: #747474. Windows color (decimal): -12092466 or 13531975. OLE color: 13531975.

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

Color convert

RGB 71 123 206 -
CMYK 0.66 0.40 0 0.19
HSL 216.89º 0.58% 0.54% -
HSV(B) 216.89º 0.66% 0.81% -
XYZ 20.82 19.96 61.15 -
YUV 116.91 178.27 95.25 -
System Red Green Blue C M Y K H S L
Decimal 71 123 206 0.66 0.40 0 0.19 216.89 0.58 0.54
Hex 47 7B CE 42 28 0 13 D9 3A 36
Octal 107 173 316 102 50 0 23 331 72 66
Binary 1000111 1111011 11001110 1000010 101000 0 10011 11011001 111010 110110

Color Harmonies of #477BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477BCE

Black with #477BCE

Text Example


Text Example

White with #477BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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