#496798

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

Shades of San Marino #496798

Tints of San Marino #496798

Color information

#496798 (or 0x496798) is unknown color: approx San Marino. HEX triplet: 49, 67 and 98. RGB value is (73,103,152). Sum of RGB (Red+Green+Blue) = 73+103+152=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 152 - color contains mainly: blue. Hex color #496798 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496798 is #B69867. Grayscale: #636363. Windows color (decimal): -11966568 or 9987913. OLE color: 9987913.

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

Color convert

RGB73103152-
CMYK0.520.3200.40
HSL217.22º35.11%44.12%-
HSV(B)217.22º51.97%59.61%-
XYZ13.2713.3831.59-
YUV99.62157.56109.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.26%
GREEN value IS 103 (40.62% from 255) = 31.40%
BLUE value IS 152 (59.77% from 255) = 46.34%
R=22.26%
G=31.40%
B=46.34%

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
Decimal731031520.520.3200.40217.2235.1144.12
Hex4967983420028d9232c
Octal11114723064400503314354
Binary1001001110011110011000110100100000010100011011001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496798; }

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

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

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

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

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

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

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

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