#486896

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

Shades of San Marino #486896

Tints of San Marino #486896

Color information

#486896 (or 0x486896) is unknown color: approx San Marino. HEX triplet: 48, 68 and 96. RGB value is (72,104,150). Sum of RGB (Red+Green+Blue) = 72+104+150=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 150 - color contains mainly: blue. Hex color #486896 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486896 is #B79769. Grayscale: #636363. Windows color (decimal): -12031850 or 9857096. OLE color: 9857096.

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

Color convert

RGB72104150-
CMYK0.520.3100.41
HSL215.38º35.14%43.53%-
HSV(B)215.38º52%58.82%-
XYZ13.1313.4830.76-
YUV99.68156.4108.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.09%
GREEN value IS 104 (41.02% from 255) = 31.90%
BLUE value IS 150 (58.98% from 255) = 46.01%
R=22.09%
G=31.90%
B=46.01%

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
Decimal721041500.520.3100.41215.3835.1443.53
Hex486896341F029d7232c
Octal11015022664370513274354
Binary100100011010001001011011010011111010100111010111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486896; }

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

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

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

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

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

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

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

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