#487099

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

Shades of San Marino #487099

Tints of San Marino #487099

Color information

#487099 (or 0x487099) is unknown color: approx San Marino. HEX triplet: 48, 70 and 99. RGB value is (72,112,153). Sum of RGB (Red+Green+Blue) = 72+112+153=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #487099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487099 is #B78F66. Grayscale: #686868. Windows color (decimal): -12029799 or 10055752. OLE color: 10055752.

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

Color convert

RGB72112153-
CMYK0.530.2700.4
HSL210.37º36%44.12%-
HSV(B)210.37º52.94%60%-
XYZ14.2215.2732.33-
YUV104.71155.25104.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.36%
GREEN value IS 112 (44.14% from 255) = 33.23%
BLUE value IS 153 (60.16% from 255) = 45.40%
R=21.36%
G=33.23%
B=45.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal721121530.530.2700.4210.373644.12
Hex487099351B028d2242c
Octal11016023165330503224454
Binary100100011100001001100111010111011010100011010010100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487099; }

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

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

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

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

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

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

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

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