#496998

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

Shades of San Marino #496998

Tints of San Marino #496998

Color information

#496998 (or 0x496998) is unknown color: approx San Marino. HEX triplet: 49, 69 and 98. RGB value is (73,105,152). Sum of RGB (Red+Green+Blue) = 73+105+152=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 152 (59.77% from 255 or 46.06% from 330); Max value from RGB is 152 - color contains mainly: blue. Hex color #496998 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496998 is #B69667. Grayscale: #646464. Windows color (decimal): -11966056 or 9988425. OLE color: 9988425.

HSL color Cylindrical-coordinate representation of color #496998: hue angle of 215.7º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #496998 is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB73105152-
CMYK0.520.3100.40
HSL215.7º35.11%44.12%-
HSV(B)215.7º51.97%59.61%-
XYZ13.4713.7931.66-
YUV100.79156.9108.18-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.12%
GREEN value IS 105 (41.41% from 255) = 31.82%
BLUE value IS 152 (59.77% from 255) = 46.06%
R=22.12%
G=31.82%
B=46.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal731051520.520.3100.40215.735.1144.12
Hex496998341F028d8232c
Octal11115123064370503304354
Binary100100111010011001100011010011111010100011011000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496998; }

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

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

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

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

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

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

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

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