#486897

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

Shades of San Marino #486897

Tints of San Marino #486897

Color information

#486897 (or 0x486897) is unknown color: approx San Marino. HEX triplet: 48, 68 and 97. RGB value is (72,104,151). Sum of RGB (Red+Green+Blue) = 72+104+151=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 151 (59.38% from 255 or 46.18% from 327); Max value from RGB is 151 - color contains mainly: blue. Hex color #486897 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486897 is #B79768. Grayscale: #636363. Windows color (decimal): -12031849 or 9922632. OLE color: 9922632.

HSL color Cylindrical-coordinate representation of color #486897: hue angle of 215.7º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #486897 is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB72104151-
CMYK0.520.3100.41
HSL215.7º35.43%43.73%-
HSV(B)215.7º52.32%59.22%-
XYZ13.2113.5131.19-
YUV99.79156.9108.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.02%
GREEN value IS 104 (41.02% from 255) = 31.80%
BLUE value IS 151 (59.38% from 255) = 46.18%
R=22.02%
G=31.80%
B=46.18%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal721041510.520.3100.41215.735.4343.73
Hex486897341F029d8232c
Octal11015022764370513304354
Binary100100011010001001011111010011111010100111011000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486897; }

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

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

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

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

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

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

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

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