#46568E

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

Shades of Tory Blue #46568E

Tints of Tory Blue #46568E

Color information

#46568E (or 0x46568E) is unknown color: approx Tory Blue. HEX triplet: 46, 56 and 8E. RGB value is (70,86,142). Sum of RGB (Red+Green+Blue) = 70+86+142=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 142 (55.86% from 255 or 47.65% from 298); Max value from RGB is 142 - color contains mainly: blue. Hex color #46568E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46568E is #B9A971. Grayscale: #575757. Windows color (decimal): -12167538 or 9328198. OLE color: 9328198.

HSL color Cylindrical-coordinate representation of color #46568E: hue angle of 226.67º 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 #46568E is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7086142-
CMYK0.510.3900.44
HSL226.67º33.96%41.57%-
HSV(B)226.67º50.7%55.69%-
XYZ10.749.9126.94-
YUV87.6158.7115.45-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.49%
GREEN value IS 86 (33.98% from 255) = 28.86%
BLUE value IS 142 (55.86% from 255) = 47.65%
R=23.49%
G=28.86%
B=47.65%

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
Decimal70861420.510.3900.44226.6733.9641.57
Hex46568E332702Ce3222a
Octal10612621663470543434252
Binary1000110101011010001110110011100111010110011100011100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46568E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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