#496698

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

Shades of San Marino #496698

Tints of San Marino #496698

Color information

#496698 (or 0x496698) is unknown color: approx San Marino. HEX triplet: 49, 66 and 98. RGB value is (73,102,152). Sum of RGB (Red+Green+Blue) = 73+102+152=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 152 (59.77% from 255 or 46.48% from 327); Max value from RGB is 152 - color contains mainly: blue. Hex color #496698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496698 is #B69967. Grayscale: #626262. Windows color (decimal): -11966824 or 9987657. OLE color: 9987657.

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

Color convert

RGB73102152-
CMYK0.520.3300.40
HSL217.97º35.11%44.12%-
HSV(B)217.97º51.97%59.61%-
XYZ13.1713.1931.56-
YUV99.03157.89109.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.32%
GREEN value IS 102 (40.23% from 255) = 31.19%
BLUE value IS 152 (59.77% from 255) = 46.48%
R=22.32%
G=31.19%
B=46.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal731021520.520.3300.40217.9735.1144.12
Hex4966983421028da232c
Octal11114623064410503324354
Binary1001001110011010011000110100100001010100011011010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496698; }

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

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

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

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

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

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

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

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