#44518B

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

Shades of Tory Blue #44518B

Tints of Tory Blue #44518B

Color information

#44518B (or 0x44518B) is unknown color: approx Tory Blue. HEX triplet: 44, 51 and 8B. RGB value is (68,81,139). Sum of RGB (Red+Green+Blue) = 68+81+139=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 139 - color contains mainly: blue. Hex color #44518B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44518B is #BBAE74. Grayscale: #535353. Windows color (decimal): -12299893 or 9130308. OLE color: 9130308.

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

Color convert

RGB6881139-
CMYK0.510.4200.45
HSL229.01º34.3%40.59%-
HSV(B)229.01º51.08%54.51%-
XYZ9.998.9825.63-
YUV83.72159.19116.78-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.61%
GREEN value IS 81 (32.03% from 255) = 28.12%
BLUE value IS 139 (54.69% from 255) = 48.26%
R=23.61%
G=28.12%
B=48.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal68811390.510.4200.45229.0134.340.59
Hex44518B332A02De52229
Octal10412121363520553454251
Binary1000100101000110001011110011101010010110111100101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44518B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,81,139); }

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

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

 a { background-color: rgb(68,81,139); }

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

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

 span { border-color: rgb(68,81,139); }

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