#46568B

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

Shades of Tory Blue #46568B

Tints of Tory Blue #46568B

Color information

#46568B (or 0x46568B) is unknown color: approx Tory Blue. HEX triplet: 46, 56 and 8B. RGB value is (70,86,139). Sum of RGB (Red+Green+Blue) = 70+86+139=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 139 - color contains mainly: blue. Hex color #46568B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46568B is #B9A974. Grayscale: #575757. Windows color (decimal): -12167541 or 9131590. OLE color: 9131590.

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

Color convert

RGB7086139-
CMYK0.500.3800.45
HSL226.09º33.01%40.98%-
HSV(B)226.09º49.64%54.51%-
XYZ10.519.8225.77-
YUV87.26157.2115.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.73%
GREEN value IS 86 (33.98% from 255) = 29.15%
BLUE value IS 139 (54.69% from 255) = 47.12%
R=23.73%
G=29.15%
B=47.12%

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
Decimal70861390.500.3800.45226.0933.0140.98
Hex46568B322602De22129
Octal10612621362460553424151
Binary1000110101011010001011110010100110010110111100010100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46568B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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