#46508A

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

Shades of Tory Blue #46508A

Tints of Tory Blue #46508A

Color information

#46508A (or 0x46508A) is unknown color: approx Tory Blue. HEX triplet: 46, 50 and 8A. RGB value is (70,80,138). Sum of RGB (Red+Green+Blue) = 70+80+138=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 138 (54.30% from 255 or 47.92% from 288); Max value from RGB is 138 - color contains mainly: blue. Hex color #46508A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46508A is #B9AF75. Grayscale: #535353. Windows color (decimal): -12169078 or 9064518. OLE color: 9064518.

HSL color Cylindrical-coordinate representation of color #46508A: hue angle of 231.18º 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 #46508A is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7080138-
CMYK0.490.4200.46
HSL231.18º32.69%40.78%-
HSV(B)231.18º49.28%54.12%-
XYZ9.988.8725.23-
YUV83.62158.69118.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.31%
GREEN value IS 80 (31.64% from 255) = 27.78%
BLUE value IS 138 (54.30% from 255) = 47.92%
R=24.31%
G=27.78%
B=47.92%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal70801380.490.4200.46231.1832.6940.78
Hex46508A312A02Ee72129
Octal10612021261520563474151
Binary1000110101000010001010110001101010010111011100111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46508A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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