#496993

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

Shades of San Marino #496993

Tints of San Marino #496993

Color information

#496993 (or 0x496993) is unknown color: approx San Marino. HEX triplet: 49, 69 and 93. RGB value is (73,105,147). Sum of RGB (Red+Green+Blue) = 73+105+147=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 147 - color contains mainly: blue. Hex color #496993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496993 is #B6966C. Grayscale: #646464. Windows color (decimal): -11966061 or 9660745. OLE color: 9660745.

HSL color Cylindrical-coordinate representation of color #496993: hue angle of 214.05º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #496993 is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB73105147-
CMYK0.500.2900.42
HSL214.05º33.64%43.14%-
HSV(B)214.05º50.34%57.65%-
XYZ13.0713.6329.55-
YUV100.22154.4108.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.46%
GREEN value IS 105 (41.41% from 255) = 32.31%
BLUE value IS 147 (57.81% from 255) = 45.23%
R=22.46%
G=32.31%
B=45.23%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal731051470.500.2900.42214.0533.6443.14
Hex496993321D02Ad6222b
Octal11115122362350523264253
Binary100100111010011001001111001011101010101011010110100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496993; }

 p { color: rgb(73,105,147); }

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

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

 a { background-color: rgb(73,105,147); }

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

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

 span { border-color: rgb(73,105,147); }

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