#465389

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

Shades of Tory Blue #465389

Tints of Tory Blue #465389

Color information

#465389 (or 0x465389) is unknown color: approx Tory Blue. HEX triplet: 46, 53 and 89. RGB value is (70,83,137). Sum of RGB (Red+Green+Blue) = 70+83+137=290 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.14% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 137 (53.91% from 255 or 47.24% from 290); Max value from RGB is 137 - color contains mainly: blue. Hex color #465389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465389 is #B9AC76. Grayscale: #555555. Windows color (decimal): -12168311 or 8999750. OLE color: 8999750.

HSL color Cylindrical-coordinate representation of color #465389: hue angle of 228.36º 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 #465389 is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7083137-
CMYK0.490.3900.46
HSL228.36º32.37%40.59%-
HSV(B)228.36º48.91%53.73%-
XYZ10.139.2924.93-
YUV85.27157.19117.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.14%
GREEN value IS 83 (32.81% from 255) = 28.62%
BLUE value IS 137 (53.91% from 255) = 47.24%
R=24.14%
G=28.62%
B=47.24%

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
Decimal70831370.490.3900.46228.3632.3740.59
Hex465389312702Ee42029
Octal10612321161470563444051
Binary1000110101001110001001110001100111010111011100100100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465389; }

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

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

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

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

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

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

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

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