#495086

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

Shades of Tory Blue #495086

Tints of Tory Blue #495086

Color information

#495086 (or 0x495086) is unknown color: approx Tory Blue. HEX triplet: 49, 50 and 86. RGB value is (73,80,134). Sum of RGB (Red+Green+Blue) = 73+80+134=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 134 (52.73% from 255 or 46.69% from 287); Max value from RGB is 134 - color contains mainly: blue. Hex color #495086 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495086 is #B6AF79. Grayscale: #535353. Windows color (decimal): -11972474 or 8802377. OLE color: 8802377.

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

Color convert

RGB7380134-
CMYK0.460.4000.47
HSL233.11º29.47%40.59%-
HSV(B)233.11º45.52%52.55%-
XYZ9.928.8823.74-
YUV84.06156.18120.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.44%
GREEN value IS 80 (31.64% from 255) = 27.87%
BLUE value IS 134 (52.73% from 255) = 46.69%
R=25.44%
G=27.87%
B=46.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73801340.460.4000.47233.1129.4740.59
Hex4950862E2802Fe91d29
Octal11112020656500573513551
Binary100100110100001000011010111010100001011111110100111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495086; }

 p { color: rgb(73,80,134); }

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

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

 a { background-color: rgb(73,80,134); }

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

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

 span { border-color: rgb(73,80,134); }

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