#405496

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

Shades of Tory Blue #405496

Tints of Tory Blue #405496

Color information

#405496 (or 0x405496) is unknown color: approx Tory Blue. HEX triplet: 40, 54 and 96. RGB value is (64,84,150). Sum of RGB (Red+Green+Blue) = 64+84+150=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 150 (58.98% from 255 or 50.34% from 298); Max value from RGB is 150 - color contains mainly: blue. Hex color #405496 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405496 is #BFAB69. Grayscale: #555555. Windows color (decimal): -12561258 or 9851968. OLE color: 9851968.

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

Color convert

RGB6484150-
CMYK0.570.4400.41
HSL226.05º40.19%41.96%-
HSV(B)226.05º57.33%58.82%-
XYZ10.799.6330.14-
YUV85.54164.37112.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.48%
GREEN value IS 84 (33.20% from 255) = 28.19%
BLUE value IS 150 (58.98% from 255) = 50.34%
R=21.48%
G=28.19%
B=50.34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal64841500.570.4400.41226.0540.1941.96
Hex405496392C029e2282a
Octal10012422671540513425052
Binary1000000101010010010110111001101100010100111100010101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405496; }

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

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

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

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

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

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

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

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