#46518A

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

Shades of Tory Blue #46518A

Tints of Tory Blue #46518A

Color information

#46518A (or 0x46518A) is unknown color: approx Tory Blue. HEX triplet: 46, 51 and 8A. RGB value is (70,81,138). Sum of RGB (Red+Green+Blue) = 70+81+138=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 138 (54.30% from 255 or 47.75% from 289); Max value from RGB is 138 - color contains mainly: blue. Hex color #46518A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46518A is #B9AE75. Grayscale: #535353. Windows color (decimal): -12168822 or 9064774. OLE color: 9064774.

HSL color Cylindrical-coordinate representation of color #46518A: hue angle of 230.29º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #46518A is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7081138-
CMYK0.490.4100.46
HSL230.29º32.69%40.78%-
HSV(B)230.29º49.28%54.12%-
XYZ10.069.0225.26-
YUV84.21158.36117.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.22%
GREEN value IS 81 (32.03% from 255) = 28.03%
BLUE value IS 138 (54.30% from 255) = 47.75%
R=24.22%
G=28.03%
B=47.75%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal70811380.490.4100.46230.2932.6940.78
Hex46518A312902Ee62129
Octal10612121261510563464151
Binary1000110101000110001010110001101001010111011100110100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46518A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46518A; }

 p { color: rgb(70,81,138); }

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

<style>
 a { background-color: #46518A; }

 a { background-color: rgb(70,81,138); }

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

<style>
 span { border-color: #46518A; }

 span { border-color: rgb(70,81,138); }

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