#444E86

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

Shades of Tory Blue #444E86

Tints of Tory Blue #444E86

Color information

#444E86 (or 0x444E86) is unknown color: approx Tory Blue. HEX triplet: 44, 4E and 86. RGB value is (68,78,134). Sum of RGB (Red+Green+Blue) = 68+78+134=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 134 (52.73% from 255 or 47.86% from 280); Max value from RGB is 134 - color contains mainly: blue. Hex color #444E86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #444E86 is #BBB179. Grayscale: #515151. Windows color (decimal): -12300666 or 8801860. OLE color: 8801860.

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

Color convert

RGB6878134-
CMYK0.490.4200.47
HSL230.91º32.67%39.61%-
HSV(B)230.91º49.25%52.55%-
XYZ9.418.423.68-
YUV81.39157.69118.45-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.29%
GREEN value IS 78 (30.86% from 255) = 27.86%
BLUE value IS 134 (52.73% from 255) = 47.86%
R=24.29%
G=27.86%
B=47.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68781340.490.4200.47230.9132.6739.61
Hex444E86312A02Fe72128
Octal10411620661520573474150
Binary1000100100111010000110110001101010010111111100111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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