#445694

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

Shades of Tory Blue #445694

Tints of Tory Blue #445694

Color information

#445694 (or 0x445694) is unknown color: approx Tory Blue. HEX triplet: 44, 56 and 94. RGB value is (68,86,148). Sum of RGB (Red+Green+Blue) = 68+86+148=302 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.52% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 148 (58.20% from 255 or 49.01% from 302); Max value from RGB is 148 - color contains mainly: blue. Hex color #445694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445694 is #BBA96B. Grayscale: #575757. Windows color (decimal): -12298604 or 9721412. OLE color: 9721412.

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

Color convert

RGB6886148-
CMYK0.540.4200.42
HSL226.5º37.04%42.35%-
HSV(B)226.5º54.05%58.04%-
XYZ11.0610.0229.37-
YUV87.69162.04113.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.52%
GREEN value IS 86 (33.98% from 255) = 28.48%
BLUE value IS 148 (58.20% from 255) = 49.01%
R=22.52%
G=28.48%
B=49.01%

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
Decimal68861480.540.4200.42226.537.0442.35
Hex445694362A02Ae2252a
Octal10412622466520523424552
Binary1000100101011010010100110110101010010101011100010100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445694; }

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

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

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

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

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

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

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

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