#49598B

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

Shades of Tory Blue #49598B

Tints of Tory Blue #49598B

Color information

#49598B (or 0x49598B) is unknown color: approx Tory Blue. HEX triplet: 49, 59 and 8B. RGB value is (73,89,139). Sum of RGB (Red+Green+Blue) = 73+89+139=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 139 - color contains mainly: blue. Hex color #49598B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49598B is #B6A674. Grayscale: #595959. Windows color (decimal): -11970165 or 9132361. OLE color: 9132361.

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

Color convert

RGB7389139-
CMYK0.470.3600.45
HSL225.45º31.13%41.57%-
HSV(B)225.45º47.48%54.51%-
XYZ10.9810.4325.86-
YUV89.92155.7115.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.25%
GREEN value IS 89 (35.16% from 255) = 29.57%
BLUE value IS 139 (54.69% from 255) = 46.18%
R=24.25%
G=29.57%
B=46.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73891390.470.3600.45225.4531.1341.57
Hex49598B2F2402De11f2a
Octal11113121357440553413752
Binary100100110110011000101110111110010001011011110000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49598B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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