#496898

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

Shades of San Marino #496898

Tints of San Marino #496898

Color information

#496898 (or 0x496898) is unknown color: approx San Marino. HEX triplet: 49, 68 and 98. RGB value is (73,104,152). Sum of RGB (Red+Green+Blue) = 73+104+152=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 152 (59.77% from 255 or 46.20% from 329); Max value from RGB is 152 - color contains mainly: blue. Hex color #496898 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496898 is #B69767. Grayscale: #636363. Windows color (decimal): -11966312 or 9988169. OLE color: 9988169.

HSL color Cylindrical-coordinate representation of color #496898: hue angle of 216.46º 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 #496898 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB73104152-
CMYK0.520.3200.40
HSL216.46º35.11%44.12%-
HSV(B)216.46º51.97%59.61%-
XYZ13.3713.5831.62-
YUV100.2157.23108.6-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.19%
GREEN value IS 104 (41.02% from 255) = 31.61%
BLUE value IS 152 (59.77% from 255) = 46.20%
R=22.19%
G=31.61%
B=46.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal731041520.520.3200.40216.4635.1144.12
Hex4968983420028d8232c
Octal11115023064400503304354
Binary1001001110100010011000110100100000010100011011000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496898; }

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

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

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

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

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

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

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

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