#495688

Color #495688 Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #495688

Tints of Tory Blue #495688

Color information

#495688 (or 0x495688) is unknown color: approx Tory Blue. HEX triplet: 49, 56 and 88. RGB value is (73,86,136). Sum of RGB (Red+Green+Blue) = 73+86+136=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 136 - color contains mainly: blue. Hex color #495688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495688 is #B6A977. Grayscale: #575757. Windows color (decimal): -11970936 or 8934985. OLE color: 8934985.

HSL color Cylindrical-coordinate representation of color #495688: hue angle of 227.62º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #495688 is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7386136-
CMYK0.460.3700.47
HSL227.62º30.14%40.98%-
HSV(B)227.62º46.32%53.33%-
XYZ10.529.8524.64-
YUV87.81155.19117.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.75%
GREEN value IS 86 (33.98% from 255) = 29.15%
BLUE value IS 136 (53.52% from 255) = 46.10%
R=24.75%
G=29.15%
B=46.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73861360.460.3700.47227.6230.1440.98
Hex4956882E2502Fe41e29
Octal11112621056450573443651
Binary100100110101101000100010111010010101011111110010011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495688; }

 p { color: rgb(73,86,136); }

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

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

 a { background-color: rgb(73,86,136); }

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

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

 span { border-color: rgb(73,86,136); }

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