#455791

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

Shades of Tory Blue #455791

Tints of Tory Blue #455791

Color information

#455791 (or 0x455791) is unknown color: approx Tory Blue. HEX triplet: 45, 57 and 91. RGB value is (69,87,145). Sum of RGB (Red+Green+Blue) = 69+87+145=301 (39% of max value = 765). Red value is 69 (27.34% from 255 or 22.92% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 145 (57.03% from 255 or 48.17% from 301); Max value from RGB is 145 - color contains mainly: blue. Hex color #455791 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455791 is #BAA86E. Grayscale: #575757. Windows color (decimal): -12232815 or 9525061. OLE color: 9525061.

HSL color Cylindrical-coordinate representation of color #455791: hue angle of 225.79º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #455791 is Cyan = 0.52, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6987145-
CMYK0.520.400.43
HSL225.79º35.51%41.96%-
HSV(B)225.79º52.41%56.86%-
XYZ10.9710.1328.16-
YUV88.23160.04114.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.92%
GREEN value IS 87 (34.38% from 255) = 28.90%
BLUE value IS 145 (57.03% from 255) = 48.17%
R=22.92%
G=28.90%
B=48.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal69871450.520.400.43225.7935.5141.96
Hex455791342802Be2242a
Octal10512722164500533424452
Binary1000101101011110010001110100101000010101111100010100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455791; }

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

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

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

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

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

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

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

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