#465689

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

Shades of Tory Blue #465689

Tints of Tory Blue #465689

Color information

#465689 (or 0x465689) is unknown color: approx Tory Blue. HEX triplet: 46, 56 and 89. RGB value is (70,86,137). Sum of RGB (Red+Green+Blue) = 70+86+137=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 137 (53.91% from 255 or 46.76% from 293); Max value from RGB is 137 - color contains mainly: blue. Hex color #465689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465689 is #B9A976. Grayscale: #565656. Windows color (decimal): -12167543 or 9000518. OLE color: 9000518.

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

Color convert

RGB7086137-
CMYK0.490.3700.46
HSL225.67º32.37%40.59%-
HSV(B)225.67º48.91%53.73%-
XYZ10.379.7625.01-
YUV87.03156.2115.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.89%
GREEN value IS 86 (33.98% from 255) = 29.35%
BLUE value IS 137 (53.91% from 255) = 46.76%
R=23.89%
G=29.35%
B=46.76%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal70861370.490.3700.46225.6732.3740.59
Hex465689312502Ee22029
Octal10612621161450563424051
Binary1000110101011010001001110001100101010111011100010100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465689; }

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

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

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

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

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

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

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

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