#445690

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

Shades of Tory Blue #445690

Tints of Tory Blue #445690

Color information

#445690 (or 0x445690) is unknown color: approx Tory Blue. HEX triplet: 44, 56 and 90. RGB value is (68,86,144). Sum of RGB (Red+Green+Blue) = 68+86+144=298 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.82% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 144 (56.64% from 255 or 48.32% from 298); Max value from RGB is 144 - color contains mainly: blue. Hex color #445690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445690 is #BBA96F. Grayscale: #565656. Windows color (decimal): -12298608 or 9459268. OLE color: 9459268.

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

Color convert

RGB6886144-
CMYK0.530.4000.44
HSL225.79º35.85%41.57%-
HSV(B)225.79º52.78%56.47%-
XYZ10.759.927.73-
YUV87.23160.04114.28-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.82%
GREEN value IS 86 (33.98% from 255) = 28.86%
BLUE value IS 144 (56.64% from 255) = 48.32%
R=22.82%
G=28.86%
B=48.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal68861440.530.4000.44225.7935.8541.57
Hex445690352802Ce2242a
Octal10412622065500543424452
Binary1000100101011010010000110101101000010110011100010100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445690; }

 p { color: rgb(68,86,144); }

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

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

 a { background-color: rgb(68,86,144); }

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

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

 span { border-color: rgb(68,86,144); }

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