#465789

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

Shades of Tory Blue #465789

Tints of Tory Blue #465789

Color information

#465789 (or 0x465789) is unknown color: approx Tory Blue. HEX triplet: 46, 57 and 89. RGB value is (70,87,137). Sum of RGB (Red+Green+Blue) = 70+87+137=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 137 (53.91% from 255 or 46.60% from 294); Max value from RGB is 137 - color contains mainly: blue. Hex color #465789 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465789 is #B9A876. Grayscale: #575757. Windows color (decimal): -12167287 or 9000774. OLE color: 9000774.

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

Color convert

RGB7087137-
CMYK0.490.3600.46
HSL224.78º32.37%40.59%-
HSV(B)224.78º48.91%53.73%-
XYZ10.459.9225.03-
YUV87.62155.87115.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.81%
GREEN value IS 87 (34.38% from 255) = 29.59%
BLUE value IS 137 (53.91% from 255) = 46.60%
R=23.81%
G=29.59%
B=46.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal70871370.490.3600.46224.7832.3740.59
Hex465789312402Ee12029
Octal10612721161440563414051
Binary1000110101011110001001110001100100010111011100001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465789; }

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

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

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

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

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

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

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

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