Html Css Color HEX #477CCB Havelock Blue

📋 copy color: '#477CCB'

red 71 ◦ green 124 ◦ blue 203

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

Shades of Havelock Blue #477CCB

Tints of Havelock Blue #477CCB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.16%

 BLUE value IS 203 (79.69% from 255) = 51.01%

R = 17.84%
G = 31.16%
B = 51.01%

CMYK

 C value IS 0.65

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#477CCB (or 0x477CCB) is known color: Havelock Blue. HEX triplet: 47, 7C and CB. RGB value is (71,124,203). Sum of RGB (Red+Green+Blue) = 71+124+203=398 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.84% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #477CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477CCB is #B88334. Grayscale: #747474. Windows color (decimal): -12092213 or 13335623. OLE color: 13335623.

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

Color convert

RGB 71 124 203 -
CMYK 0.65 0.39 0 0.20
HSL 215.91º 0.56% 0.54% -
HSV(B) 215.91º 0.65% 0.8% -
XYZ 20.59 20.07 59.29 -
YUV 117.16 176.44 95.08 -
System Red Green Blue C M Y K H S L
Decimal 71 124 203 0.65 0.39 0 0.20 215.91 0.56 0.54
Hex 47 7C CB 41 27 0 14 D8 38 36
Octal 107 174 313 101 47 0 24 330 70 66
Binary 1000111 1111100 11001011 1000001 100111 0 10100 11011000 111000 110110

Color Harmonies of #477CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477CCB

Black with #477CCB

Text Example


Text Example

White with #477CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,124,203); }

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

background-color css

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

 a { background-color: rgb(71,124,203); }

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

border-color css

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

 span { border-color: rgb(71,124,203); }

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