#46578D

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

Shades of Tory Blue #46578D

Tints of Tory Blue #46578D

Color information

#46578D (or 0x46578D) is unknown color: approx Tory Blue. HEX triplet: 46, 57 and 8D. RGB value is (70,87,141). Sum of RGB (Red+Green+Blue) = 70+87+141=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 141 - color contains mainly: blue. Hex color #46578D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46578D is #B9A872. Grayscale: #575757. Windows color (decimal): -12167283 or 9262918. OLE color: 9262918.

HSL color Cylindrical-coordinate representation of color #46578D: hue angle of 225.63º degrees, saturation: 0.34, 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 #46578D is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7087141-
CMYK0.500.3800.45
HSL225.63º33.65%41.37%-
HSV(B)225.63º50.35%55.29%-
XYZ10.7410.0426.57-
YUV88.07157.87115.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.49%
GREEN value IS 87 (34.38% from 255) = 29.19%
BLUE value IS 141 (55.47% from 255) = 47.32%
R=23.49%
G=29.19%
B=47.32%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal70871410.500.3800.45225.6333.6541.37
Hex46578D322602De22229
Octal10612721562460553424251
Binary1000110101011110001101110010100110010110111100010100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46578D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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