#46578E

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

Shades of Tory Blue #46578E

Tints of Tory Blue #46578E

Color information

#46578E (or 0x46578E) is unknown color: approx Tory Blue. HEX triplet: 46, 57 and 8E. RGB value is (70,87,142). Sum of RGB (Red+Green+Blue) = 70+87+142=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 142 (55.86% from 255 or 47.49% from 299); Max value from RGB is 142 - color contains mainly: blue. Hex color #46578E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46578E is #B9A871. Grayscale: #575757. Windows color (decimal): -12167282 or 9328454. OLE color: 9328454.

HSL color Cylindrical-coordinate representation of color #46578E: hue angle of 225.83º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #46578E is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7087142-
CMYK0.510.3900.44
HSL225.83º33.96%41.57%-
HSV(B)225.83º50.7%55.69%-
XYZ10.8210.0726.97-
YUV88.19158.37115.03-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.41%
GREEN value IS 87 (34.38% from 255) = 29.10%
BLUE value IS 142 (55.86% from 255) = 47.49%
R=23.41%
G=29.10%
B=47.49%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal70871420.510.3900.44225.8333.9641.57
Hex46578E332702Ce2222a
Octal10612721663470543424252
Binary1000110101011110001110110011100111010110011100010100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46578E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46578E; }

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

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

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

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

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

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

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

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