#445593

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

Shades of Tory Blue #445593

Tints of Tory Blue #445593

Color information

#445593 (or 0x445593) is unknown color: approx Tory Blue. HEX triplet: 44, 55 and 93. RGB value is (68,85,147). Sum of RGB (Red+Green+Blue) = 68+85+147=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 147 - color contains mainly: blue. Hex color #445593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445593 is #BBAA6C. Grayscale: #565656. Windows color (decimal): -12298861 or 9655620. OLE color: 9655620.

HSL color Cylindrical-coordinate representation of color #445593: hue angle of 227.09º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #445593 is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6885147-
CMYK0.540.4200.42
HSL227.09º36.74%42.16%-
HSV(B)227.09º53.74%57.65%-
XYZ10.99.8328.93-
YUV86.98161.87114.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.67%
GREEN value IS 85 (33.59% from 255) = 28.33%
BLUE value IS 147 (57.81% from 255) = 49%
R=22.67%
G=28.33%
B=49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68851470.540.4200.42227.0936.7442.16
Hex445593362A02Ae3252a
Octal10412522366520523434552
Binary1000100101010110010011110110101010010101011100011100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445593; }

 p { color: rgb(68,85,147); }

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

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

 a { background-color: rgb(68,85,147); }

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

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

 span { border-color: rgb(68,85,147); }

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