#496FAD

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

Shades of San Marino #496FAD

Tints of San Marino #496FAD

Color information

#496FAD (or 0x496FAD) is unknown color: approx San Marino. HEX triplet: 49, 6F and AD. RGB value is (73,111,173). Sum of RGB (Red+Green+Blue) = 73+111+173=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #496FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496FAD is #B69052. Grayscale: #6A6A6A. Windows color (decimal): -11964499 or 11366217. OLE color: 11366217.

HSL color Cylindrical-coordinate representation of color #496FAD: hue angle of 217.2º 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 #496FAD is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB73111173-
CMYK0.580.3600.32
HSL217.2º40.65%48.24%-
HSV(B)217.2º57.8%67.84%-
XYZ15.9715.841.74-
YUV106.71165.41103.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.45%
GREEN value IS 111 (43.75% from 255) = 31.09%
BLUE value IS 173 (67.97% from 255) = 48.46%
R=20.45%
G=31.09%
B=48.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal731111730.580.3600.32217.240.6548.24
Hex496FAD3A24020d92930
Octal11115725572440403315160
Binary1001001110111110101101111010100100010000011011001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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