#46528D

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

Shades of Tory Blue #46528D

Tints of Tory Blue #46528D

Color information

#46528D (or 0x46528D) is unknown color: approx Tory Blue. HEX triplet: 46, 52 and 8D. RGB value is (70,82,141). Sum of RGB (Red+Green+Blue) = 70+82+141=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 141 (55.47% from 255 or 48.12% from 293); Max value from RGB is 141 - color contains mainly: blue. Hex color #46528D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46528D is #B9AD72. Grayscale: #545454. Windows color (decimal): -12168563 or 9261638. OLE color: 9261638.

HSL color Cylindrical-coordinate representation of color #46528D: hue angle of 229.86º degrees, saturation: 0.34, 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 #46528D is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7082141-
CMYK0.500.4200.45
HSL229.86º33.65%41.37%-
HSV(B)229.86º50.35%55.29%-
XYZ10.359.2626.44-
YUV85.14159.52117.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.89%
GREEN value IS 82 (32.42% from 255) = 27.99%
BLUE value IS 141 (55.47% from 255) = 48.12%
R=23.89%
G=27.99%
B=48.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal70821410.500.4200.45229.8633.6541.37
Hex46528D322A02De62229
Octal10612221562520553464251
Binary1000110101001010001101110010101010010110111100110100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46528D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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