#496694

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

Shades of San Marino #496694

Tints of San Marino #496694

Color information

#496694 (or 0x496694) is unknown color: approx San Marino. HEX triplet: 49, 66 and 94. RGB value is (73,102,148). Sum of RGB (Red+Green+Blue) = 73+102+148=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 148 (58.20% from 255 or 45.82% from 323); Max value from RGB is 148 - color contains mainly: blue. Hex color #496694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496694 is #B6996B. Grayscale: #626262. Windows color (decimal): -11966828 or 9725513. OLE color: 9725513.

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

Color convert

RGB73102148-
CMYK0.510.3100.42
HSL216.8º33.94%43.33%-
HSV(B)216.8º50.68%58.04%-
XYZ12.8413.0629.86-
YUV98.57155.89109.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.60%
GREEN value IS 102 (40.23% from 255) = 31.58%
BLUE value IS 148 (58.20% from 255) = 45.82%
R=22.60%
G=31.58%
B=45.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal731021480.510.3100.42216.833.9443.33
Hex496694331F02Ad9222b
Octal11114622463370523314253
Binary100100111001101001010011001111111010101011011001100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496694; }

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

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

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

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

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

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

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

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