#444C89

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

Shades of Tory Blue #444C89

Tints of Tory Blue #444C89

Color information

#444C89 (or 0x444C89) is unknown color: approx Tory Blue. HEX triplet: 44, 4C and 89. RGB value is (68,76,137). Sum of RGB (Red+Green+Blue) = 68+76+137=281 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.20% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 137 (53.91% from 255 or 48.75% from 281); Max value from RGB is 137 - color contains mainly: blue. Hex color #444C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444C89 is #BBB376. Grayscale: #505050. Windows color (decimal): -12301175 or 8997956. OLE color: 8997956.

HSL color Cylindrical-coordinate representation of color #444C89: hue angle of 233.04º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #444C89 is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6876137-
CMYK0.500.4500.46
HSL233.04º33.66%40.2%-
HSV(B)233.04º50.36%53.73%-
XYZ9.488.224.75-
YUV80.56159.85119.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.20%
GREEN value IS 76 (30.08% from 255) = 27.05%
BLUE value IS 137 (53.91% from 255) = 48.75%
R=24.20%
G=27.05%
B=48.75%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal68761370.500.4500.46233.0433.6640.2
Hex444C89322D02Ee92228
Octal10411421162550563514250
Binary1000100100110010001001110010101101010111011101001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,76,137); }

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

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

 a { background-color: rgb(68,76,137); }

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

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

 span { border-color: rgb(68,76,137); }

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