#445693

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

Shades of Tory Blue #445693

Tints of Tory Blue #445693

Color information

#445693 (or 0x445693) is unknown color: approx Tory Blue. HEX triplet: 44, 56 and 93. RGB value is (68,86,147). Sum of RGB (Red+Green+Blue) = 68+86+147=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 147 - color contains mainly: blue. Hex color #445693 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445693 is #BBA96C. Grayscale: #575757. Windows color (decimal): -12298605 or 9655876. OLE color: 9655876.

HSL color Cylindrical-coordinate representation of color #445693: hue angle of 226.33º 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 #445693 is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6886147-
CMYK0.540.4100.42
HSL226.33º36.74%42.16%-
HSV(B)226.33º53.74%57.65%-
XYZ10.989.9928.95-
YUV87.57161.54114.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.59%
GREEN value IS 86 (33.98% from 255) = 28.57%
BLUE value IS 147 (57.81% from 255) = 48.84%
R=22.59%
G=28.57%
B=48.84%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68861470.540.4100.42226.3336.7442.16
Hex445693362902Ae2252a
Octal10412622366510523424552
Binary1000100101011010010011110110101001010101011100010100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445693; }

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

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

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

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

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

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

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

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