#444F87

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

Shades of Tory Blue #444F87

Tints of Tory Blue #444F87

Color information

#444F87 (or 0x444F87) is unknown color: approx Tory Blue. HEX triplet: 44, 4F and 87. RGB value is (68,79,135). Sum of RGB (Red+Green+Blue) = 68+79+135=282 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.11% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 135 (53.12% from 255 or 47.87% from 282); Max value from RGB is 135 - color contains mainly: blue. Hex color #444F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #444F87 is #BBB078. Grayscale: #515151. Windows color (decimal): -12300409 or 8867652. OLE color: 8867652.

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

Color convert

RGB6879135-
CMYK0.500.4100.47
HSL230.15º33%39.8%-
HSV(B)230.15º49.63%52.94%-
XYZ9.558.5724.07-
YUV82.1157.86117.95-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.11%
GREEN value IS 79 (31.25% from 255) = 28.01%
BLUE value IS 135 (53.12% from 255) = 47.87%
R=24.11%
G=28.01%
B=47.87%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68791350.500.4100.47230.153339.8
Hex444F87322902Fe62128
Octal10411720762510573464150
Binary1000100100111110000111110010101001010111111100110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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