#496CAB

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

Shades of San Marino #496CAB

Tints of San Marino #496CAB

Color information

#496CAB (or 0x496CAB) is unknown color: approx San Marino. HEX triplet: 49, 6C and AB. RGB value is (73,108,171). Sum of RGB (Red+Green+Blue) = 73+108+171=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #496CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496CAB is #B69354. Grayscale: #686868. Windows color (decimal): -11965269 or 11234377. OLE color: 11234377.

HSL color Cylindrical-coordinate representation of color #496CAB: hue angle of 218.57º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #496CAB is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB73108171-
CMYK0.570.3700.33
HSL218.57º40.16%47.84%-
HSV(B)218.57º57.31%67.06%-
XYZ15.4615.0840.62-
YUV104.72165.4105.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.74%
GREEN value IS 108 (42.58% from 255) = 30.68%
BLUE value IS 171 (67.19% from 255) = 48.58%
R=20.74%
G=30.68%
B=48.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal731081710.570.3700.33218.5740.1647.84
Hex496CAB3925021db2830
Octal11115425371450413335060
Binary1001001110110010101011111001100101010000111011011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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