#495489

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

Shades of Tory Blue #495489

Tints of Tory Blue #495489

Color information

#495489 (or 0x495489) is unknown color: approx Tory Blue. HEX triplet: 49, 54 and 89. RGB value is (73,84,137). Sum of RGB (Red+Green+Blue) = 73+84+137=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 137 (53.91% from 255 or 46.60% from 294); Max value from RGB is 137 - color contains mainly: blue. Hex color #495489 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495489 is #B6AB76. Grayscale: #565656. Windows color (decimal): -11971447 or 9000009. OLE color: 9000009.

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

Color convert

RGB7384137-
CMYK0.470.3900.46
HSL229.69º30.48%41.18%-
HSV(B)229.69º46.72%53.73%-
XYZ10.439.5624.96-
YUV86.75156.36118.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.83%
GREEN value IS 84 (33.20% from 255) = 28.57%
BLUE value IS 137 (53.91% from 255) = 46.60%
R=24.83%
G=28.57%
B=46.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal73841370.470.3900.46229.6930.4841.18
Hex4954892F2702Ee61e29
Octal11112421157470563463651
Binary100100110101001000100110111110011101011101110011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495489; }

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

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

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

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

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

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

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

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