#496F97

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

Shades of San Marino #496F97

Tints of San Marino #496F97

Color information

#496F97 (or 0x496F97) is unknown color: approx San Marino. HEX triplet: 49, 6F and 97. RGB value is (73,111,151). Sum of RGB (Red+Green+Blue) = 73+111+151=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 151 (59.38% from 255 or 45.07% from 335); Max value from RGB is 151 - color contains mainly: blue. Hex color #496F97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496F97 is #B69068. Grayscale: #676767. Windows color (decimal): -11964521 or 9924425. OLE color: 9924425.

HSL color Cylindrical-coordinate representation of color #496F97: hue angle of 210.77º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #496F97 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB73111151-
CMYK0.520.2600.41
HSL210.77º34.82%43.92%-
HSV(B)210.77º51.66%59.22%-
XYZ14.0215.0231.44-
YUV104.2154.41105.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.79%
GREEN value IS 111 (43.75% from 255) = 33.13%
BLUE value IS 151 (59.38% from 255) = 45.07%
R=21.79%
G=33.13%
B=45.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal731111510.520.2600.41210.7734.8243.92
Hex496F97341A029d3232c
Octal11115722764320513234354
Binary100100111011111001011111010011010010100111010011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,111,151); }

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

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

 a { background-color: rgb(73,111,151); }

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

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

 span { border-color: rgb(73,111,151); }

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