#465590

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

Shades of Tory Blue #465590

Tints of Tory Blue #465590

Color information

#465590 (or 0x465590) is unknown color: approx Tory Blue. HEX triplet: 46, 55 and 90. RGB value is (70,85,144). Sum of RGB (Red+Green+Blue) = 70+85+144=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 144 (56.64% from 255 or 48.16% from 299); Max value from RGB is 144 - color contains mainly: blue. Hex color #465590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465590 is #B9AA6F. Grayscale: #565656. Windows color (decimal): -12167792 or 9459014. OLE color: 9459014.

HSL color Cylindrical-coordinate representation of color #465590: hue angle of 227.84º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #465590 is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7085144-
CMYK0.510.4100.44
HSL227.84º34.58%41.96%-
HSV(B)227.84º51.39%56.47%-
XYZ10.819.8127.71-
YUV87.24160.03115.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.41%
GREEN value IS 85 (33.59% from 255) = 28.43%
BLUE value IS 144 (56.64% from 255) = 48.16%
R=23.41%
G=28.43%
B=48.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal70851440.510.4100.44227.8434.5841.96
Hex465590332902Ce4232a
Octal10612522063510543444352
Binary1000110101010110010000110011101001010110011100100100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465590; }

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

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

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

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

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

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

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

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