#444D86

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

Shades of Tory Blue #444D86

Tints of Tory Blue #444D86

Color information

#444D86 (or 0x444D86) is unknown color: approx Tory Blue. HEX triplet: 44, 4D and 86. RGB value is (68,77,134). Sum of RGB (Red+Green+Blue) = 68+77+134=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 77 (30.47% from 255 or 27.60% from 279); Blue value is 134 (52.73% from 255 or 48.03% from 279); Max value from RGB is 134 - color contains mainly: blue. Hex color #444D86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #444D86 is #BBB279. Grayscale: #505050. Windows color (decimal): -12300922 or 8801604. OLE color: 8801604.

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

Color convert

RGB6877134-
CMYK0.490.4300.47
HSL231.82º32.67%39.61%-
HSV(B)231.82º49.25%52.55%-
XYZ9.348.2623.66-
YUV80.81158.02118.87-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.37%
GREEN value IS 77 (30.47% from 255) = 27.60%
BLUE value IS 134 (52.73% from 255) = 48.03%
R=24.37%
G=27.60%
B=48.03%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68771340.490.4300.47231.8232.6739.61
Hex444D86312B02Fe82128
Octal10411520661530573504150
Binary1000100100110110000110110001101011010111111101000100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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