#444E83

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

Shades of Tory Blue #444E83

Tints of Tory Blue #444E83

Color information

#444E83 (or 0x444E83) is unknown color: approx Tory Blue. HEX triplet: 44, 4E and 83. RGB value is (68,78,131). Sum of RGB (Red+Green+Blue) = 68+78+131=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 78 (30.86% from 255 or 28.16% from 277); Blue value is 131 (51.56% from 255 or 47.29% from 277); Max value from RGB is 131 - color contains mainly: blue. Hex color #444E83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #444E83 is #BBB17C. Grayscale: #505050. Windows color (decimal): -12300669 or 8605252. OLE color: 8605252.

HSL color Cylindrical-coordinate representation of color #444E83: hue angle of 230.48º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #444E83 is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6878131-
CMYK0.480.4000.49
HSL230.48º31.66%39.02%-
HSV(B)230.48º48.09%51.37%-
XYZ9.218.3222.59-
YUV81.05156.19118.69-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.55%
GREEN value IS 78 (30.86% from 255) = 28.16%
BLUE value IS 131 (51.56% from 255) = 47.29%
R=24.55%
G=28.16%
B=47.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68781310.480.4000.49230.4831.6639.02
Hex444E833028031e62027
Octal10411620360500613464047
Binary1000100100111010000011110000101000011000111100110100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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