#495587

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

Shades of Tory Blue #495587

Tints of Tory Blue #495587

Color information

#495587 (or 0x495587) is unknown color: approx Tory Blue. HEX triplet: 49, 55 and 87. RGB value is (73,85,135). Sum of RGB (Red+Green+Blue) = 73+85+135=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 135 (53.12% from 255 or 46.08% from 293); Max value from RGB is 135 - color contains mainly: blue. Hex color #495587 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495587 is #B6AA78. Grayscale: #565656. Windows color (decimal): -11971193 or 8869193. OLE color: 8869193.

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

Color convert

RGB7385135-
CMYK0.460.3700.47
HSL228.39º29.81%40.78%-
HSV(B)228.39º45.93%52.94%-
XYZ10.379.6624.24-
YUV87.11155.02117.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.91%
GREEN value IS 85 (33.59% from 255) = 29.01%
BLUE value IS 135 (53.12% from 255) = 46.08%
R=24.91%
G=29.01%
B=46.08%

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
Decimal73851350.460.3700.47228.3929.8140.78
Hex4955872E2502Fe41e29
Octal11112520756450573443651
Binary100100110101011000011110111010010101011111110010011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495587; }

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

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

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

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

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

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

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

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