#46598D

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

Shades of Tory Blue #46598D

Tints of Tory Blue #46598D

Color information

#46598D (or 0x46598D) is unknown color: approx Tory Blue. HEX triplet: 46, 59 and 8D. RGB value is (70,89,141). Sum of RGB (Red+Green+Blue) = 70+89+141=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 141 - color contains mainly: blue. Hex color #46598D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46598D is #B9A672. Grayscale: #595959. Windows color (decimal): -12166771 or 9263430. OLE color: 9263430.

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

Color convert

RGB7089141-
CMYK0.500.3700.45
HSL223.94º33.65%41.37%-
HSV(B)223.94º50.35%55.29%-
XYZ10.9110.3726.63-
YUV89.25157.21114.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.33%
GREEN value IS 89 (35.16% from 255) = 29.67%
BLUE value IS 141 (55.47% from 255) = 47%
R=23.33%
G=29.67%
B=47%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal70891410.500.3700.45223.9433.6541.37
Hex46598D322502De02229
Octal10613121562450553404251
Binary1000110101100110001101110010100101010110111100000100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46598D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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