#46528A

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

Shades of Tory Blue #46528A

Tints of Tory Blue #46528A

Color information

#46528A (or 0x46528A) is unknown color: approx Tory Blue. HEX triplet: 46, 52 and 8A. RGB value is (70,82,138). Sum of RGB (Red+Green+Blue) = 70+82+138=290 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.14% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 138 (54.30% from 255 or 47.59% from 290); Max value from RGB is 138 - color contains mainly: blue. Hex color #46528A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46528A is #B9AD75. Grayscale: #545454. Windows color (decimal): -12168566 or 9065030. OLE color: 9065030.

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

Color convert

RGB7082138-
CMYK0.490.4100.46
HSL229.41º32.69%40.78%-
HSV(B)229.41º49.28%54.12%-
XYZ10.139.1725.28-
YUV84.8158.02117.45-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.14%
GREEN value IS 82 (32.42% from 255) = 28.28%
BLUE value IS 138 (54.30% from 255) = 47.59%
R=24.14%
G=28.28%
B=47.59%

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
Decimal70821380.490.4100.46229.4132.6940.78
Hex46528A312902Ee52129
Octal10612221261510563454151
Binary1000110101001010001010110001101001010111011100101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46528A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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