#455491

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

Shades of Tory Blue #455491

Tints of Tory Blue #455491

Color information

#455491 (or 0x455491) is unknown color: approx Tory Blue. HEX triplet: 45, 54 and 91. RGB value is (69,84,145). Sum of RGB (Red+Green+Blue) = 69+84+145=298 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.15% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 145 (57.03% from 255 or 48.66% from 298); Max value from RGB is 145 - color contains mainly: blue. Hex color #455491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455491 is #BAAB6E. Grayscale: #565656. Windows color (decimal): -12233583 or 9524293. OLE color: 9524293.

HSL color Cylindrical-coordinate representation of color #455491: hue angle of 228.16º 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 #455491 is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6984145-
CMYK0.520.4200.43
HSL228.16º35.51%41.96%-
HSV(B)228.16º52.41%56.86%-
XYZ10.749.6528.08-
YUV86.47161.03115.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.15%
GREEN value IS 84 (33.20% from 255) = 28.19%
BLUE value IS 145 (57.03% from 255) = 48.66%
R=23.15%
G=28.19%
B=48.66%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal69841450.520.4200.43228.1635.5141.96
Hex455491342A02Be4242a
Octal10512422164520533444452
Binary1000101101010010010001110100101010010101111100100100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455491; }

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

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

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

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

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

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

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

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