#444D87

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

Shades of Tory Blue #444D87

Tints of Tory Blue #444D87

Color information

#444D87 (or 0x444D87) is unknown color: approx Tory Blue. HEX triplet: 44, 4D and 87. RGB value is (68,77,135). Sum of RGB (Red+Green+Blue) = 68+77+135=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 135 (53.12% from 255 or 48.21% from 280); Max value from RGB is 135 - color contains mainly: blue. Hex color #444D87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #444D87 is #BBB278. Grayscale: #505050. Windows color (decimal): -12300921 or 8867140. OLE color: 8867140.

HSL color Cylindrical-coordinate representation of color #444D87: hue angle of 231.94º 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 #444D87 is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6877135-
CMYK0.500.4300.47
HSL231.94º33%39.8%-
HSV(B)231.94º49.63%52.94%-
XYZ9.418.2924.03-
YUV80.92158.52118.78-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.29%
GREEN value IS 77 (30.47% from 255) = 27.5%
BLUE value IS 135 (53.12% from 255) = 48.21%
R=24.29%
G=27.5%
B=48.21%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68771350.500.4300.47231.943339.8
Hex444D87322B02Fe82128
Octal10411520762530573504150
Binary1000100100110110000111110010101011010111111101000100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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