#49598D

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

Shades of Tory Blue #49598D

Tints of Tory Blue #49598D

Color information

#49598D (or 0x49598D) is unknown color: approx Tory Blue. HEX triplet: 49, 59 and 8D. RGB value is (73,89,141). Sum of RGB (Red+Green+Blue) = 73+89+141=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 141 - color contains mainly: blue. Hex color #49598D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49598D is #B6A672. Grayscale: #595959. Windows color (decimal): -11970163 or 9263433. OLE color: 9263433.

HSL color Cylindrical-coordinate representation of color #49598D: hue angle of 225.88º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49598D is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7389141-
CMYK0.480.3700.45
HSL225.88º31.78%41.96%-
HSV(B)225.88º48.23%55.29%-
XYZ11.1310.4826.64-
YUV90.14156.7115.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.09%
GREEN value IS 89 (35.16% from 255) = 29.37%
BLUE value IS 141 (55.47% from 255) = 46.53%
R=24.09%
G=29.37%
B=46.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73891410.480.3700.45225.8831.7841.96
Hex49598D302502De2202a
Octal11113121560450553424052
Binary1001001101100110001101110000100101010110111100010100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49598D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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