#496CAE

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

Shades of San Marino #496CAE

Tints of San Marino #496CAE

Color information

#496CAE (or 0x496CAE) is unknown color: approx San Marino. HEX triplet: 49, 6C and AE. RGB value is (73,108,174). Sum of RGB (Red+Green+Blue) = 73+108+174=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #496CAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496CAE is #B69351. Grayscale: #686868. Windows color (decimal): -11965266 or 11430985. OLE color: 11430985.

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

Color convert

RGB73108174-
CMYK0.580.3800.32
HSL219.21º40.89%48.43%-
HSV(B)219.21º58.05%68.24%-
XYZ15.7515.242.15-
YUV105.06166.9105.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.56%
GREEN value IS 108 (42.58% from 255) = 30.42%
BLUE value IS 174 (68.36% from 255) = 49.01%
R=20.56%
G=30.42%
B=49.01%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal731081740.580.3800.32219.2140.8948.43
Hex496CAE3A26020db2930
Octal11115425672460403335160
Binary1001001110110010101110111010100110010000011011011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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