#486893

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

Shades of San Marino #486893

Tints of San Marino #486893

Color information

#486893 (or 0x486893) is unknown color: approx San Marino. HEX triplet: 48, 68 and 93. RGB value is (72,104,147). Sum of RGB (Red+Green+Blue) = 72+104+147=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 147 (57.81% from 255 or 45.51% from 323); Max value from RGB is 147 - color contains mainly: blue. Hex color #486893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486893 is #B7976C. Grayscale: #636363. Windows color (decimal): -12031853 or 9660488. OLE color: 9660488.

HSL color Cylindrical-coordinate representation of color #486893: hue angle of 214.4º degrees, saturation: 0.34, 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 #486893 is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB72104147-
CMYK0.510.2900.42
HSL214.4º34.25%42.94%-
HSV(B)214.4º51.02%57.65%-
XYZ12.8913.3829.51-
YUV99.33154.9108.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.29%
GREEN value IS 104 (41.02% from 255) = 32.20%
BLUE value IS 147 (57.81% from 255) = 45.51%
R=22.29%
G=32.20%
B=45.51%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal721041470.510.2900.42214.434.2542.94
Hex486893331D02Ad6222b
Octal11015022363350523264253
Binary100100011010001001001111001111101010101011010110100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486893; }

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

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

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

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

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

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

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

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