#496CAF

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

Shades of San Marino #496CAF

Tints of San Marino #496CAF

Color information

#496CAF (or 0x496CAF) is unknown color: approx San Marino. HEX triplet: 49, 6C and AF. RGB value is (73,108,175). Sum of RGB (Red+Green+Blue) = 73+108+175=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #496CAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496CAF is #B69350. Grayscale: #686868. Windows color (decimal): -11965265 or 11496521. OLE color: 11496521.

HSL color Cylindrical-coordinate representation of color #496CAF: hue angle of 219.41º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #496CAF is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB73108175-
CMYK0.580.3800.31
HSL219.41º41.13%48.63%-
HSV(B)219.41º58.29%68.63%-
XYZ15.8515.2442.66-
YUV105.17167.4105.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.51%
GREEN value IS 108 (42.58% from 255) = 30.34%
BLUE value IS 175 (68.75% from 255) = 49.16%
R=20.51%
G=30.34%
B=49.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal731081750.580.3800.31219.4141.1348.63
Hex496CAF3A2601Fdb2931
Octal11115425772460373335161
Binary100100111011001010111111101010011001111111011011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,108,175); }

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

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

 a { background-color: rgb(73,108,175); }

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

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

 span { border-color: rgb(73,108,175); }

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