#465586

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

Shades of Tory Blue #465586

Tints of Tory Blue #465586

Color information

#465586 (or 0x465586) is unknown color: approx Tory Blue. HEX triplet: 46, 55 and 86. RGB value is (70,85,134). Sum of RGB (Red+Green+Blue) = 70+85+134=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 134 (52.73% from 255 or 46.37% from 289); Max value from RGB is 134 - color contains mainly: blue. Hex color #465586 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465586 is #B9AA79. Grayscale: #555555. Windows color (decimal): -12167802 or 8803654. OLE color: 8803654.

HSL color Cylindrical-coordinate representation of color #465586: hue angle of 225.94º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #465586 is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7085134-
CMYK0.480.3700.47
HSL225.94º31.37%40%-
HSV(B)225.94º47.76%52.55%-
XYZ10.089.5223.86-
YUV86.1155.03116.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.22%
GREEN value IS 85 (33.59% from 255) = 29.41%
BLUE value IS 134 (52.73% from 255) = 46.37%
R=24.22%
G=29.41%
B=46.37%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal70851340.480.3700.47225.9431.3740
Hex465586302502Fe21f28
Octal10612520660450573423750
Binary100011010101011000011011000010010101011111110001011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465586; }

 p { color: rgb(70,85,134); }

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

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

 a { background-color: rgb(70,85,134); }

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

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

 span { border-color: rgb(70,85,134); }

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