#477198

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

Shades of San Marino #477198

Tints of San Marino #477198

Color information

#477198 (or 0x477198) is unknown color: approx San Marino. HEX triplet: 47, 71 and 98. RGB value is (71,113,152). Sum of RGB (Red+Green+Blue) = 71+113+152=336 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.13% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 152 (59.77% from 255 or 45.24% from 336); Max value from RGB is 152 - color contains mainly: blue. Hex color #477198 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477198 is #B88E67. Grayscale: #686868. Windows color (decimal): -12095080 or 9990471. OLE color: 9990471.

HSL color Cylindrical-coordinate representation of color #477198: hue angle of 208.89º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #477198 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB71113152-
CMYK0.530.2600.40
HSL208.89º36.32%43.73%-
HSV(B)208.89º53.29%59.61%-
XYZ14.1715.4231.93-
YUV104.89154.59103.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.13%
GREEN value IS 113 (44.53% from 255) = 33.63%
BLUE value IS 152 (59.77% from 255) = 45.24%
R=21.13%
G=33.63%
B=45.24%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal711131520.530.2600.40208.8936.3243.73
Hex477198351A028d1242c
Octal10716123065320503214454
Binary100011111100011001100011010111010010100011010001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477198; }

 p { color: rgb(71,113,152); }

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

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

 a { background-color: rgb(71,113,152); }

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

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

 span { border-color: rgb(71,113,152); }

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