#486697

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

Shades of San Marino #486697

Tints of San Marino #486697

Color information

#486697 (or 0x486697) is unknown color: approx San Marino. HEX triplet: 48, 66 and 97. RGB value is (72,102,151). Sum of RGB (Red+Green+Blue) = 72+102+151=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 151 (59.38% from 255 or 46.46% from 325); Max value from RGB is 151 - color contains mainly: blue. Hex color #486697 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486697 is #B79968. Grayscale: #626262. Windows color (decimal): -12032361 or 9922120. OLE color: 9922120.

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

Color convert

RGB72102151-
CMYK0.520.3200.41
HSL217.22º35.43%43.73%-
HSV(B)217.22º52.32%59.22%-
XYZ13.0113.1131.12-
YUV98.62157.56109.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.15%
GREEN value IS 102 (40.23% from 255) = 31.38%
BLUE value IS 151 (59.38% from 255) = 46.46%
R=22.15%
G=31.38%
B=46.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal721021510.520.3200.41217.2235.4343.73
Hex4866973420029d9232c
Octal11014622764400513314354
Binary1001000110011010010111110100100000010100111011001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486697; }

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

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

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

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

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

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

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

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