Html Css Color HEX #477FC3 Havelock Blue

📋 copy color: '#477FC3'

red 71 ◦ green 127 ◦ blue 195

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

Shades of Havelock Blue #477FC3

Tints of Havelock Blue #477FC3

RGB

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

 GREEN value IS 127 (50% from 255) = 32.32%

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

R = 18.07%
G = 32.32%
B = 49.62%

CMYK

 C value IS 0.64

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#477FC3 (or 0x477FC3) is known color: Havelock Blue. HEX triplet: 47, 7F and C3. RGB value is (71,127,195). Sum of RGB (Red+Green+Blue) = 71+127+195=393 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.07% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 195 (76.56% from 255 or 49.62% from 393); Max value from RGB is 195 - color contains mainly: blue. Hex color #477FC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477FC3 is #B8803C. Grayscale: #757575. Windows color (decimal): -12091453 or 12812103. OLE color: 12812103.

HSL color Cylindrical-coordinate representation of color #477FC3: hue angle of 212.9º 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 #477FC3 is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 71 127 195 -
CMYK 0.64 0.35 0 0.24
HSL 212.9º 0.51% 0.52% -
HSV(B) 212.9º 0.64% 0.76% -
XYZ 20.04 20.46 54.52 -
YUV 118.01 171.45 94.47 -
System Red Green Blue C M Y K H S L
Decimal 71 127 195 0.64 0.35 0 0.24 212.9 0.51 0.52
Hex 47 7F C3 40 23 0 18 D5 33 34
Octal 107 177 303 100 43 0 30 325 63 64
Binary 1000111 1111111 11000011 1000000 100011 0 11000 11010101 110011 110100

Color Harmonies of #477FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477FC3

Black with #477FC3

Text Example


Text Example

White with #477FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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