#495789

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

Shades of Tory Blue #495789

Tints of Tory Blue #495789

Color information

#495789 (or 0x495789) is unknown color: approx Tory Blue. HEX triplet: 49, 57 and 89. RGB value is (73,87,137). Sum of RGB (Red+Green+Blue) = 73+87+137=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 87 (34.38% from 255 or 29.29% from 297); Blue value is 137 (53.91% from 255 or 46.13% from 297); Max value from RGB is 137 - color contains mainly: blue. Hex color #495789 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495789 is #B6A876. Grayscale: #585858. Windows color (decimal): -11970679 or 9000777. OLE color: 9000777.

HSL color Cylindrical-coordinate representation of color #495789: hue angle of 226.88º 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 #495789 is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7387137-
CMYK0.470.3600.46
HSL226.88º30.48%41.18%-
HSV(B)226.88º46.72%53.73%-
XYZ10.6710.0425.04-
YUV88.51155.36116.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.58%
GREEN value IS 87 (34.38% from 255) = 29.29%
BLUE value IS 137 (53.91% from 255) = 46.13%
R=24.58%
G=29.29%
B=46.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal73871370.470.3600.46226.8830.4841.18
Hex4957892F2402Ee31e29
Octal11112721157440563433651
Binary100100110101111000100110111110010001011101110001111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495789; }

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

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

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

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

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

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

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

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