Html Css Color HEX #477CCA Havelock Blue

📋 copy color: '#477CCA'

red 71 ◦ green 124 ◦ blue 202

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

Shades of Havelock Blue #477CCA

Tints of Havelock Blue #477CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.88%

R = 17.88%
G = 31.23%
B = 50.88%

CMYK

 C value IS 0.65

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#477CCA (or 0x477CCA) is known color: Havelock Blue. HEX triplet: 47, 7C and CA. RGB value is (71,124,202). Sum of RGB (Red+Green+Blue) = 71+124+202=397 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.88% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #477CCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477CCA is #B88335. Grayscale: #747474. Windows color (decimal): -12092214 or 13270087. OLE color: 13270087.

HSL color Cylindrical-coordinate representation of color #477CCA: hue angle of 215.73º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #477CCA is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 71 124 202 -
CMYK 0.65 0.39 0 0.21
HSL 215.73º 0.55% 0.54% -
HSV(B) 215.73º 0.65% 0.79% -
XYZ 20.47 20.02 58.66 -
YUV 117.05 175.94 95.16 -
System Red Green Blue C M Y K H S L
Decimal 71 124 202 0.65 0.39 0 0.21 215.73 0.55 0.54
Hex 47 7C CA 41 27 0 15 D8 37 36
Octal 107 174 312 101 47 0 25 330 67 66
Binary 1000111 1111100 11001010 1000001 100111 0 10101 11011000 110111 110110

Color Harmonies of #477CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477CCA

Black with #477CCA

Text Example


Text Example

White with #477CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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