#49568B

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

Shades of Tory Blue #49568B

Tints of Tory Blue #49568B

Color information

#49568B (or 0x49568B) is unknown color: approx Tory Blue. HEX triplet: 49, 56 and 8B. RGB value is (73,86,139). Sum of RGB (Red+Green+Blue) = 73+86+139=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 139 - color contains mainly: blue. Hex color #49568B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49568B is #B6A974. Grayscale: #575757. Windows color (decimal): -11970933 or 9131593. OLE color: 9131593.

HSL color Cylindrical-coordinate representation of color #49568B: hue angle of 228.18º 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 #49568B is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7386139-
CMYK0.470.3800.45
HSL228.18º31.13%41.57%-
HSV(B)228.18º47.48%54.51%-
XYZ10.749.9425.78-
YUV88.16156.69117.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.50%
GREEN value IS 86 (33.98% from 255) = 28.86%
BLUE value IS 139 (54.69% from 255) = 46.64%
R=24.50%
G=28.86%
B=46.64%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73861390.470.3800.45228.1831.1341.57
Hex49568B2F2602De41f2a
Octal11112621357460553443752
Binary100100110101101000101110111110011001011011110010011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49568B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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