#45578B

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

Shades of Tory Blue #45578B

Tints of Tory Blue #45578B

Color information

#45578B (or 0x45578B) is unknown color: approx Tory Blue. HEX triplet: 45, 57 and 8B. RGB value is (69,87,139). Sum of RGB (Red+Green+Blue) = 69+87+139=295 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.39% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 139 - color contains mainly: blue. Hex color #45578B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45578B is #BAA874. Grayscale: #575757. Windows color (decimal): -12232821 or 9131845. OLE color: 9131845.

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

Color convert

RGB6987139-
CMYK0.500.3700.45
HSL224.57º33.65%40.78%-
HSV(B)224.57º50.36%54.51%-
XYZ10.529.9525.79-
YUV87.55157.04114.77-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.39%
GREEN value IS 87 (34.38% from 255) = 29.49%
BLUE value IS 139 (54.69% from 255) = 47.12%
R=23.39%
G=29.49%
B=47.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69871390.500.3700.45224.5733.6540.78
Hex45578B322502De12229
Octal10512721362450553414251
Binary1000101101011110001011110010100101010110111100001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45578B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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