#46578B

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

Shades of Tory Blue #46578B

Tints of Tory Blue #46578B

Color information

#46578B (or 0x46578B) is unknown color: approx Tory Blue. HEX triplet: 46, 57 and 8B. RGB value is (70,87,139). Sum of RGB (Red+Green+Blue) = 70+87+139=296 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.65% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 139 - color contains mainly: blue. Hex color #46578B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46578B is #B9A874. Grayscale: #575757. Windows color (decimal): -12167285 or 9131846. OLE color: 9131846.

HSL color Cylindrical-coordinate representation of color #46578B: hue angle of 225.22º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #46578B is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7087139-
CMYK0.500.3700.45
HSL225.22º33.01%40.98%-
HSV(B)225.22º49.64%54.51%-
XYZ10.599.9825.79-
YUV87.84156.87115.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.65%
GREEN value IS 87 (34.38% from 255) = 29.39%
BLUE value IS 139 (54.69% from 255) = 46.96%
R=23.65%
G=29.39%
B=46.96%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal70871390.500.3700.45225.2233.0140.98
Hex46578B322502De12129
Octal10612721362450553414151
Binary1000110101011110001011110010100101010110111100001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46578B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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