#465489

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

Shades of Tory Blue #465489

Tints of Tory Blue #465489

Color information

#465489 (or 0x465489) is unknown color: approx Tory Blue. HEX triplet: 46, 54 and 89. RGB value is (70,84,137). Sum of RGB (Red+Green+Blue) = 70+84+137=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 137 (53.91% from 255 or 47.08% from 291); Max value from RGB is 137 - color contains mainly: blue. Hex color #465489 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465489 is #B9AB76. Grayscale: #555555. Windows color (decimal): -12168055 or 9000006. OLE color: 9000006.

HSL color Cylindrical-coordinate representation of color #465489: hue angle of 227.46º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #465489 is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7084137-
CMYK0.490.3900.46
HSL227.46º32.37%40.59%-
HSV(B)227.46º48.91%53.73%-
XYZ10.219.4524.95-
YUV85.86156.86116.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.05%
GREEN value IS 84 (33.20% from 255) = 28.87%
BLUE value IS 137 (53.91% from 255) = 47.08%
R=24.05%
G=28.87%
B=47.08%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal70841370.490.3900.46227.4632.3740.59
Hex465489312702Ee32029
Octal10612421161470563434051
Binary1000110101010010001001110001100111010111011100011100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465489; }

 p { color: rgb(70,84,137); }

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

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

 a { background-color: rgb(70,84,137); }

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

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

 span { border-color: rgb(70,84,137); }

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