#486592

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

Shades of San Marino #486592

Tints of San Marino #486592

Color information

#486592 (or 0x486592) is unknown color: approx San Marino. HEX triplet: 48, 65 and 92. RGB value is (72,101,146). Sum of RGB (Red+Green+Blue) = 72+101+146=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 146 (57.42% from 255 or 45.77% from 319); Max value from RGB is 146 - color contains mainly: blue. Hex color #486592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486592 is #B79A6D. Grayscale: #616161. Windows color (decimal): -12032622 or 9594184. OLE color: 9594184.

HSL color Cylindrical-coordinate representation of color #486592: hue angle of 216.49º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #486592 is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB72101146-
CMYK0.510.3100.43
HSL216.49º33.94%42.75%-
HSV(B)216.49º50.68%57.25%-
XYZ12.5112.7629-
YUV97.46155.39109.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.57%
GREEN value IS 101 (39.84% from 255) = 31.66%
BLUE value IS 146 (57.42% from 255) = 45.77%
R=22.57%
G=31.66%
B=45.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal721011460.510.3100.43216.4933.9442.75
Hex486592331F02Bd8222b
Octal11014522263370533304253
Binary100100011001011001001011001111111010101111011000100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486592; }

 p { color: rgb(72,101,146); }

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

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

 a { background-color: rgb(72,101,146); }

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

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

 span { border-color: rgb(72,101,146); }

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