Html Css Color HEX #477CC3 Havelock Blue

📋 copy color: '#477CC3'

red 71 ◦ green 124 ◦ blue 195

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

Shades of Havelock Blue #477CC3

Tints of Havelock Blue #477CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 50%

R = 18.21%
G = 31.79%
B = 50%

CMYK

 C value IS 0.64

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#477CC3 (or 0x477CC3) is known color: Havelock Blue. HEX triplet: 47, 7C and C3. RGB value is (71,124,195). Sum of RGB (Red+Green+Blue) = 71+124+195=390 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.21% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 195 (76.56% from 255 or 50% from 390); Max value from RGB is 195 - color contains mainly: blue. Hex color #477CC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477CC3 is #B8833C. Grayscale: #737373. Windows color (decimal): -12092221 or 12811335. OLE color: 12811335.

HSL color Cylindrical-coordinate representation of color #477CC3: hue angle of 214.35º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #477CC3 is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 71 124 195 -
CMYK 0.64 0.36 0 0.24
HSL 214.35º 0.51% 0.52% -
HSV(B) 214.35º 0.64% 0.76% -
XYZ 19.66 19.7 54.4 -
YUV 116.25 172.44 95.73 -
System Red Green Blue C M Y K H S L
Decimal 71 124 195 0.64 0.36 0 0.24 214.35 0.51 0.52
Hex 47 7C C3 40 24 0 18 D6 33 34
Octal 107 174 303 100 44 0 30 326 63 64
Binary 1000111 1111100 11000011 1000000 100100 0 11000 11010110 110011 110100

Color Harmonies of #477CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477CC3

Black with #477CC3

Text Example


Text Example

White with #477CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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