#486594

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

Shades of San Marino #486594

Tints of San Marino #486594

Color information

#486594 (or 0x486594) is unknown color: approx San Marino. HEX triplet: 48, 65 and 94. RGB value is (72,101,148). Sum of RGB (Red+Green+Blue) = 72+101+148=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 148 (58.20% from 255 or 46.11% from 321); Max value from RGB is 148 - color contains mainly: blue. Hex color #486594 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486594 is #B79A6B. Grayscale: #616161. Windows color (decimal): -12032620 or 9725256. OLE color: 9725256.

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

Color convert

RGB72101148-
CMYK0.510.3200.42
HSL217.11º34.55%43.14%-
HSV(B)217.11º51.35%58.04%-
XYZ12.6712.8229.82-
YUV97.69156.39109.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.43%
GREEN value IS 101 (39.84% from 255) = 31.46%
BLUE value IS 148 (58.20% from 255) = 46.11%
R=22.43%
G=31.46%
B=46.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal721011480.510.3200.42217.1134.5543.14
Hex486594332002Ad9232b
Octal11014522463400523314353
Binary1001000110010110010100110011100000010101011011001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486594; }

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

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

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

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

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

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

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

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