#444E87

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

Shades of Tory Blue #444E87

Tints of Tory Blue #444E87

Color information

#444E87 (or 0x444E87) is unknown color: approx Tory Blue. HEX triplet: 44, 4E and 87. RGB value is (68,78,135). Sum of RGB (Red+Green+Blue) = 68+78+135=281 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.20% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 135 (53.12% from 255 or 48.04% from 281); Max value from RGB is 135 - color contains mainly: blue. Hex color #444E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #444E87 is #BBB178. Grayscale: #515151. Windows color (decimal): -12300665 or 8867396. OLE color: 8867396.

HSL color Cylindrical-coordinate representation of color #444E87: hue angle of 231.04º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #444E87 is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6878135-
CMYK0.500.4200.47
HSL231.04º33%39.8%-
HSV(B)231.04º49.63%52.94%-
XYZ9.488.4324.05-
YUV81.51158.19118.37-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.20%
GREEN value IS 78 (30.86% from 255) = 27.76%
BLUE value IS 135 (53.12% from 255) = 48.04%
R=24.20%
G=27.76%
B=48.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68781350.500.4200.47231.043339.8
Hex444E87322A02Fe72128
Octal10411620762520573474150
Binary1000100100111010000111110010101010010111111100111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444E87; }

 p { color: rgb(68,78,135); }

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

<style>
 a { background-color: #444E87; }

 a { background-color: rgb(68,78,135); }

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

<style>
 span { border-color: #444E87; }

 span { border-color: rgb(68,78,135); }

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