#465889

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

Shades of Tory Blue #465889

Tints of Tory Blue #465889

Color information

#465889 (or 0x465889) is unknown color: approx Tory Blue. HEX triplet: 46, 58 and 89. RGB value is (70,88,137). Sum of RGB (Red+Green+Blue) = 70+88+137=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 137 (53.91% from 255 or 46.44% from 295); Max value from RGB is 137 - color contains mainly: blue. Hex color #465889 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465889 is #B9A776. Grayscale: #575757. Windows color (decimal): -12167031 or 9001030. OLE color: 9001030.

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

Color convert

RGB7088137-
CMYK0.490.3600.46
HSL223.88º32.37%40.59%-
HSV(B)223.88º48.91%53.73%-
XYZ10.5310.0925.06-
YUV88.2155.54115.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.73%
GREEN value IS 88 (34.77% from 255) = 29.83%
BLUE value IS 137 (53.91% from 255) = 46.44%
R=23.73%
G=29.83%
B=46.44%

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
Decimal70881370.490.3600.46223.8832.3740.59
Hex465889312402Ee02029
Octal10613021161440563404051
Binary1000110101100010001001110001100100010111011100000100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465889; }

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

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

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

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

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

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

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

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