#465891

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

Shades of Tory Blue #465891

Tints of Tory Blue #465891

Color information

#465891 (or 0x465891) is unknown color: approx Tory Blue. HEX triplet: 46, 58 and 91. RGB value is (70,88,145). Sum of RGB (Red+Green+Blue) = 70+88+145=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 145 - color contains mainly: blue. Hex color #465891 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465891 is #B9A76E. Grayscale: #585858. Windows color (decimal): -12167023 or 9525318. OLE color: 9525318.

HSL color Cylindrical-coordinate representation of color #465891: hue angle of 225.6º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #465891 is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7088145-
CMYK0.520.3900.43
HSL225.6º34.88%42.16%-
HSV(B)225.6º51.72%56.86%-
XYZ11.1310.3328.19-
YUV89.12159.54114.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.10%
GREEN value IS 88 (34.77% from 255) = 29.04%
BLUE value IS 145 (57.03% from 255) = 47.85%
R=23.10%
G=29.04%
B=47.85%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal70881450.520.3900.43225.634.8842.16
Hex465891342702Be2232a
Octal10613022164470533424352
Binary1000110101100010010001110100100111010101111100010100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465891; }

 p { color: rgb(70,88,145); }

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

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

 a { background-color: rgb(70,88,145); }

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

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

 span { border-color: rgb(70,88,145); }

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