#496A94

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

Shades of San Marino #496A94

Tints of San Marino #496A94

Color information

#496A94 (or 0x496A94) is unknown color: approx San Marino. HEX triplet: 49, 6A and 94. RGB value is (73,106,148). Sum of RGB (Red+Green+Blue) = 73+106+148=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 148 (58.20% from 255 or 45.26% from 327); Max value from RGB is 148 - color contains mainly: blue. Hex color #496A94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496A94 is #B6956B. Grayscale: #646464. Windows color (decimal): -11965804 or 9726537. OLE color: 9726537.

HSL color Cylindrical-coordinate representation of color #496A94: hue angle of 213.6º 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 #496A94 is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB73106148-
CMYK0.510.2800.42
HSL213.6º33.94%43.33%-
HSV(B)213.6º50.68%58.04%-
XYZ13.2513.8629.99-
YUV100.92154.57108.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.32%
GREEN value IS 106 (41.80% from 255) = 32.42%
BLUE value IS 148 (58.20% from 255) = 45.26%
R=22.32%
G=32.42%
B=45.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal731061480.510.2800.42213.633.9443.33
Hex496A94331C02Ad6222b
Octal11115222463340523264253
Binary100100111010101001010011001111100010101011010110100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496A94; }

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

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

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

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

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

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

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

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