#445292

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

Shades of Tory Blue #445292

Tints of Tory Blue #445292

Color information

#445292 (or 0x445292) is unknown color: approx Tory Blue. HEX triplet: 44, 52 and 92. RGB value is (68,82,146). Sum of RGB (Red+Green+Blue) = 68+82+146=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #445292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445292 is #BBAD6D. Grayscale: #545454. Windows color (decimal): -12299630 or 9589316. OLE color: 9589316.

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

Color convert

RGB6882146-
CMYK0.530.4400.43
HSL229.23º36.45%41.96%-
HSV(B)229.23º53.42%57.25%-
XYZ10.599.3428.44-
YUV85.11162.36115.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.97%
GREEN value IS 82 (32.42% from 255) = 27.70%
BLUE value IS 146 (57.42% from 255) = 49.32%
R=22.97%
G=27.70%
B=49.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal68821460.530.4400.43229.2336.4541.96
Hex445292352C02Be5242a
Octal10412222265540533454452
Binary1000100101001010010010110101101100010101111100101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445292; }

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

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

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

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

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

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

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

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