#486899

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

Shades of San Marino #486899

Tints of San Marino #486899

Color information

#486899 (or 0x486899) is unknown color: approx San Marino. HEX triplet: 48, 68 and 99. RGB value is (72,104,153). Sum of RGB (Red+Green+Blue) = 72+104+153=329 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.88% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #486899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486899 is #B79766. Grayscale: #636363. Windows color (decimal): -12031847 or 10053704. OLE color: 10053704.

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

Color convert

RGB72104153-
CMYK0.530.3200.4
HSL216.3º36%44.12%-
HSV(B)216.3º52.94%60%-
XYZ13.3713.5832.05-
YUV100.02157.9108.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.88%
GREEN value IS 104 (41.02% from 255) = 31.61%
BLUE value IS 153 (60.16% from 255) = 46.50%
R=21.88%
G=31.61%
B=46.50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal721041530.530.3200.4216.33644.12
Hex4868993520028d8242c
Octal11015023165400503304454
Binary1001000110100010011001110101100000010100011011000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486899; }

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

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

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

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

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

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

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

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