#45578E

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

Shades of Tory Blue #45578E

Tints of Tory Blue #45578E

Color information

#45578E (or 0x45578E) is unknown color: approx Tory Blue. HEX triplet: 45, 57 and 8E. RGB value is (69,87,142). Sum of RGB (Red+Green+Blue) = 69+87+142=298 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.15% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 142 (55.86% from 255 or 47.65% from 298); Max value from RGB is 142 - color contains mainly: blue. Hex color #45578E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45578E is #BAA871. Grayscale: #575757. Windows color (decimal): -12232818 or 9328453. OLE color: 9328453.

HSL color Cylindrical-coordinate representation of color #45578E: hue angle of 225.21º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #45578E is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6987142-
CMYK0.510.3900.44
HSL225.21º34.6%41.37%-
HSV(B)225.21º51.41%55.69%-
XYZ10.7410.0326.96-
YUV87.89158.54114.53-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.15%
GREEN value IS 87 (34.38% from 255) = 29.19%
BLUE value IS 142 (55.86% from 255) = 47.65%
R=23.15%
G=29.19%
B=47.65%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal69871420.510.3900.44225.2134.641.37
Hex45578E332702Ce12329
Octal10512721663470543414351
Binary1000101101011110001110110011100111010110011100001100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45578E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45578E; }

 p { color: rgb(69,87,142); }

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

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

 a { background-color: rgb(69,87,142); }

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

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

 span { border-color: rgb(69,87,142); }

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