Html Css Color HEX #477BCB Havelock Blue

📋 copy color: '#477BCB'

red 71 ◦ green 123 ◦ blue 203

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

Shades of Havelock Blue #477BCB

Tints of Havelock Blue #477BCB

RGB

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

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

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

R = 17.88%
G = 30.98%
B = 51.13%

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

#477BCB (or 0x477BCB) is known color: Havelock Blue. HEX triplet: 47, 7B and CB. RGB value is (71,123,203). Sum of RGB (Red+Green+Blue) = 71+123+203=397 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.88% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #477BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477BCB is #B88434. Grayscale: #747474. Windows color (decimal): -12092469 or 13335367. OLE color: 13335367.

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

Color convert

RGB 71 123 203 -
CMYK 0.65 0.39 0 0.20
HSL 216.36º 0.56% 0.54% -
HSV(B) 216.36º 0.65% 0.8% -
XYZ 20.46 19.82 59.25 -
YUV 116.57 176.77 95.5 -
System Red Green Blue C M Y K H S L
Decimal 71 123 203 0.65 0.39 0 0.20 216.36 0.56 0.54
Hex 47 7B CB 41 27 0 14 D8 38 36
Octal 107 173 313 101 47 0 24 330 70 66
Binary 1000111 1111011 11001011 1000001 100111 0 10100 11011000 111000 110110

Color Harmonies of #477BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477BCB

Black with #477BCB

Text Example


Text Example

White with #477BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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