#455790

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

Shades of Tory Blue #455790

Tints of Tory Blue #455790

Color information

#455790 (or 0x455790) is unknown color: approx Tory Blue. HEX triplet: 45, 57 and 90. RGB value is (69,87,144). Sum of RGB (Red+Green+Blue) = 69+87+144=300 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 144 (56.64% from 255 or 48% from 300); Max value from RGB is 144 - color contains mainly: blue. Hex color #455790 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455790 is #BAA86F. Grayscale: #575757. Windows color (decimal): -12232816 or 9459525. OLE color: 9459525.

HSL color Cylindrical-coordinate representation of color #455790: hue angle of 225.6º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #455790 is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6987144-
CMYK0.520.4000.44
HSL225.6º35.21%41.76%-
HSV(B)225.6º52.08%56.47%-
XYZ10.910.127.76-
YUV88.12159.54114.37-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23%
GREEN value IS 87 (34.38% from 255) = 29%
BLUE value IS 144 (56.64% from 255) = 48%
R=23%
G=29%
B=48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal69871440.520.4000.44225.635.2141.76
Hex455790342802Ce2232a
Octal10512722064500543424352
Binary1000101101011110010000110100101000010110011100010100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455790; }

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

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

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

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

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

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

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

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