#486895

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

Shades of San Marino #486895

Tints of San Marino #486895

Color information

#486895 (or 0x486895) is unknown color: approx San Marino. HEX triplet: 48, 68 and 95. RGB value is (72,104,149). Sum of RGB (Red+Green+Blue) = 72+104+149=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 149 - color contains mainly: blue. Hex color #486895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486895 is #B7976A. Grayscale: #636363. Windows color (decimal): -12031851 or 9791560. OLE color: 9791560.

HSL color Cylindrical-coordinate representation of color #486895: hue angle of 215.06º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #486895 is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB72104149-
CMYK0.520.3000.42
HSL215.06º34.84%43.33%-
HSV(B)215.06º51.68%58.43%-
XYZ13.0513.4530.34-
YUV99.56155.9108.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.15%
GREEN value IS 104 (41.02% from 255) = 32%
BLUE value IS 149 (58.59% from 255) = 45.85%
R=22.15%
G=32%
B=45.85%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal721041490.520.3000.42215.0634.8443.33
Hex486895341E02Ad7232b
Octal11015022564360523274353
Binary100100011010001001010111010011110010101011010111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486895; }

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

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

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

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

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

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

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

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