#477099

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

Shades of San Marino #477099

Tints of San Marino #477099

Color information

#477099 (or 0x477099) is unknown color: approx San Marino. HEX triplet: 47, 70 and 99. RGB value is (71,112,153). Sum of RGB (Red+Green+Blue) = 71+112+153=336 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.13% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 153 - color contains mainly: blue. Hex color #477099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477099 is #B88F66. Grayscale: #686868. Windows color (decimal): -12095335 or 10055751. OLE color: 10055751.

HSL color Cylindrical-coordinate representation of color #477099: hue angle of 210º 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 #477099 is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB71112153-
CMYK0.540.2700.4
HSL210º36.61%43.92%-
HSV(B)210º53.59%60%-
XYZ14.1415.2332.33-
YUV104.42155.42104.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.13%
GREEN value IS 112 (44.14% from 255) = 33.33%
BLUE value IS 153 (60.16% from 255) = 45.54%
R=21.13%
G=33.33%
B=45.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal711121530.540.2700.421036.6143.92
Hex477099361B028d2252c
Octal10716023166330503224554
Binary100011111100001001100111011011011010100011010010100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477099; }

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

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

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

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

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

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

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

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