#405491

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

Shades of Tory Blue #405491

Tints of Tory Blue #405491

Color information

#405491 (or 0x405491) is unknown color: approx Tory Blue. HEX triplet: 40, 54 and 91. RGB value is (64,84,145). Sum of RGB (Red+Green+Blue) = 64+84+145=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 145 (57.03% from 255 or 49.49% from 293); Max value from RGB is 145 - color contains mainly: blue. Hex color #405491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405491 is #BFAB6E. Grayscale: #545454. Windows color (decimal): -12561263 or 9524288. OLE color: 9524288.

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

Color convert

RGB6484145-
CMYK0.560.4200.43
HSL225.19º38.76%40.98%-
HSV(B)225.19º55.86%56.86%-
XYZ10.49.4728.07-
YUV84.97161.87113.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.84%
GREEN value IS 84 (33.20% from 255) = 28.67%
BLUE value IS 145 (57.03% from 255) = 49.49%
R=21.84%
G=28.67%
B=49.49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal64841450.560.4200.43225.1938.7640.98
Hex405491382A02Be12729
Octal10012422170520533414751
Binary1000000101010010010001111000101010010101111100001100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405491; }

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

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

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

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

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

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

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

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