#45578C

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

Shades of Tory Blue #45578C

Tints of Tory Blue #45578C

Color information

#45578C (or 0x45578C) is unknown color: approx Tory Blue. HEX triplet: 45, 57 and 8C. RGB value is (69,87,140). Sum of RGB (Red+Green+Blue) = 69+87+140=296 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.31% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 140 (55.08% from 255 or 47.30% from 296); Max value from RGB is 140 - color contains mainly: blue. Hex color #45578C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45578C is #BAA873. Grayscale: #575757. Windows color (decimal): -12232820 or 9197381. OLE color: 9197381.

HSL color Cylindrical-coordinate representation of color #45578C: hue angle of 224.79º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #45578C is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6987140-
CMYK0.510.3800.45
HSL224.79º33.97%40.98%-
HSV(B)224.79º50.71%54.9%-
XYZ10.69.9826.18-
YUV87.66157.54114.69-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.31%
GREEN value IS 87 (34.38% from 255) = 29.39%
BLUE value IS 140 (55.08% from 255) = 47.30%
R=23.31%
G=29.39%
B=47.30%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69871400.510.3800.45224.7933.9740.98
Hex45578C332602De12229
Octal10512721463460553414251
Binary1000101101011110001100110011100110010110111100001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45578C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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