#495589

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

Shades of Tory Blue #495589

Tints of Tory Blue #495589

Color information

#495589 (or 0x495589) is unknown color: approx Tory Blue. HEX triplet: 49, 55 and 89. RGB value is (73,85,137). Sum of RGB (Red+Green+Blue) = 73+85+137=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 137 (53.91% from 255 or 46.44% from 295); Max value from RGB is 137 - color contains mainly: blue. Hex color #495589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495589 is #B6AA76. Grayscale: #575757. Windows color (decimal): -11971191 or 9000265. OLE color: 9000265.

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

Color convert

RGB7385137-
CMYK0.470.3800.46
HSL228.75º30.48%41.18%-
HSV(B)228.75º46.72%53.73%-
XYZ10.519.7224.99-
YUV87.34156.02117.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.75%
GREEN value IS 85 (33.59% from 255) = 28.81%
BLUE value IS 137 (53.91% from 255) = 46.44%
R=24.75%
G=28.81%
B=46.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal73851370.470.3800.46228.7530.4841.18
Hex4955892F2602Ee51e29
Octal11112521157460563453651
Binary100100110101011000100110111110011001011101110010111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495589; }

 p { color: rgb(73,85,137); }

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

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

 a { background-color: rgb(73,85,137); }

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

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

 span { border-color: rgb(73,85,137); }

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