#445492

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

Shades of Tory Blue #445492

Tints of Tory Blue #445492

Color information

#445492 (or 0x445492) is unknown color: approx Tory Blue. HEX triplet: 44, 54 and 92. RGB value is (68,84,146). Sum of RGB (Red+Green+Blue) = 68+84+146=298 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.82% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 146 (57.42% from 255 or 48.99% from 298); Max value from RGB is 146 - color contains mainly: blue. Hex color #445492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445492 is #BBAB6D. Grayscale: #565656. Windows color (decimal): -12299118 or 9589828. OLE color: 9589828.

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

Color convert

RGB6884146-
CMYK0.530.4200.43
HSL227.69º36.45%41.96%-
HSV(B)227.69º53.42%57.25%-
XYZ10.749.6428.49-
YUV86.28161.7114.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.82%
GREEN value IS 84 (33.20% from 255) = 28.19%
BLUE value IS 146 (57.42% from 255) = 48.99%
R=22.82%
G=28.19%
B=48.99%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal68841460.530.4200.43227.6936.4541.96
Hex445492352A02Be4242a
Octal10412422265520533444452
Binary1000100101010010010010110101101010010101111100100100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445492; }

 p { color: rgb(68,84,146); }

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

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

 a { background-color: rgb(68,84,146); }

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

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

 span { border-color: rgb(68,84,146); }

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