#486799

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

Shades of San Marino #486799

Tints of San Marino #486799

Color information

#486799 (or 0x486799) is unknown color: approx San Marino. HEX triplet: 48, 67 and 99. RGB value is (72,103,153). Sum of RGB (Red+Green+Blue) = 72+103+153=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 153 - color contains mainly: blue. Hex color #486799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486799 is #B79866. Grayscale: #636363. Windows color (decimal): -12032103 or 10053448. OLE color: 10053448.

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

Color convert

RGB72103153-
CMYK0.530.3300.4
HSL217.04º36%44.12%-
HSV(B)217.04º52.94%60%-
XYZ13.2713.3832.02-
YUV99.43158.23108.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.95%
GREEN value IS 103 (40.62% from 255) = 31.40%
BLUE value IS 153 (60.16% from 255) = 46.65%
R=21.95%
G=31.40%
B=46.65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal721031530.530.3300.4217.043644.12
Hex4867993521028d9242c
Octal11014723165410503314454
Binary1001000110011110011001110101100001010100011011001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486799; }

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

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

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

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

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

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

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

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