#477399

Color #477399 San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #477399

Tints of San Marino #477399

Color information

#477399 (or 0x477399) is unknown color: approx San Marino. HEX triplet: 47, 73 and 99. RGB value is (71,115,153). Sum of RGB (Red+Green+Blue) = 71+115+153=339 (44% of max value = 765). Red value is 71 (28.12% from 255 or 20.94% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 153 - color contains mainly: blue. Hex color #477399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477399 is #B88C66. Grayscale: #696969. Windows color (decimal): -12094567 or 10056519. OLE color: 10056519.

HSL color Cylindrical-coordinate representation of color #477399: hue angle of 207.8º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #477399 is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB71115153-
CMYK0.540.2500.4
HSL207.8º36.61%43.92%-
HSV(B)207.8º53.59%60%-
XYZ14.4815.932.44-
YUV106.18154.42102.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.94%
GREEN value IS 115 (45.31% from 255) = 33.92%
BLUE value IS 153 (60.16% from 255) = 45.13%
R=20.94%
G=33.92%
B=45.13%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal711151530.540.2500.4207.836.6143.92
Hex4773993619028d0252c
Octal10716323166310503204554
Binary100011111100111001100111011011001010100011010000100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477399; }

 p { color: rgb(71,115,153); }

 H1.HeaderClassName
 {
   color: #477399;
 }
 .AnyTagClassName
 {
   color: #477399;
 }
</style>
background-color css

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

 a { background-color: rgb(71,115,153); }

 div.DivClassName
 {
   background-color: #477399;
 }
 .BgClassName
 {
   background-color: #477399;
 }
</style>
border-color css

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

 span { border-color: rgb(71,115,153); }

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