#445891

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

Shades of Tory Blue #445891

Tints of Tory Blue #445891

Color information

#445891 (or 0x445891) is unknown color: approx Tory Blue. HEX triplet: 44, 58 and 91. RGB value is (68,88,145). Sum of RGB (Red+Green+Blue) = 68+88+145=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 145 (57.03% from 255 or 48.17% from 301); Max value from RGB is 145 - color contains mainly: blue. Hex color #445891 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445891 is #BBA76E. Grayscale: #585858. Windows color (decimal): -12298095 or 9525316. OLE color: 9525316.

HSL color Cylindrical-coordinate representation of color #445891: hue angle of 224.42º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #445891 is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6888145-
CMYK0.530.3900.43
HSL224.42º36.15%41.76%-
HSV(B)224.42º53.1%56.86%-
XYZ10.9810.2528.19-
YUV88.52159.87113.37-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.59%
GREEN value IS 88 (34.77% from 255) = 29.24%
BLUE value IS 145 (57.03% from 255) = 48.17%
R=22.59%
G=29.24%
B=48.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal68881450.530.3900.43224.4236.1541.76
Hex445891352702Be0242a
Octal10413022165470533404452
Binary1000100101100010010001110101100111010101111100000100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445891; }

 p { color: rgb(68,88,145); }

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

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

 a { background-color: rgb(68,88,145); }

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

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

 span { border-color: rgb(68,88,145); }

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