#487199

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

Shades of San Marino #487199

Tints of San Marino #487199

Color information

#487199 (or 0x487199) is unknown color: approx San Marino. HEX triplet: 48, 71 and 99. RGB value is (72,113,153). Sum of RGB (Red+Green+Blue) = 72+113+153=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #487199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487199 is #B78E66. Grayscale: #696969. Windows color (decimal): -12029543 or 10056008. OLE color: 10056008.

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

Color convert

RGB72113153-
CMYK0.530.2600.4
HSL209.63º36%44.12%-
HSV(B)209.63º52.94%60%-
XYZ14.3315.4932.37-
YUV105.3154.92104.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.30%
GREEN value IS 113 (44.53% from 255) = 33.43%
BLUE value IS 153 (60.16% from 255) = 45.27%
R=21.30%
G=33.43%
B=45.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal721131530.530.2600.4209.633644.12
Hex487199351A028d2242c
Octal11016123165320503224454
Binary100100011100011001100111010111010010100011010010100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487199; }

 p { color: rgb(72,113,153); }

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

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

 a { background-color: rgb(72,113,153); }

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

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

 span { border-color: rgb(72,113,153); }

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