#495588

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

Shades of Tory Blue #495588

Tints of Tory Blue #495588

Color information

#495588 (or 0x495588) is unknown color: approx Tory Blue. HEX triplet: 49, 55 and 88. RGB value is (73,85,136). Sum of RGB (Red+Green+Blue) = 73+85+136=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 136 (53.52% from 255 or 46.26% from 294); Max value from RGB is 136 - color contains mainly: blue. Hex color #495588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495588 is #B6AA77. Grayscale: #575757. Windows color (decimal): -11971192 or 8934729. OLE color: 8934729.

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

Color convert

RGB7385136-
CMYK0.460.3800.47
HSL228.57º30.14%40.98%-
HSV(B)228.57º46.32%53.33%-
XYZ10.449.6924.61-
YUV87.23155.52117.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.83%
GREEN value IS 85 (33.59% from 255) = 28.91%
BLUE value IS 136 (53.52% from 255) = 46.26%
R=24.83%
G=28.91%
B=46.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73851360.460.3800.47228.5730.1440.98
Hex4955882E2602Fe51e29
Octal11112521056460573453651
Binary100100110101011000100010111010011001011111110010111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495588; }

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

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

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

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

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

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

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

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