#405080

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

Shades of Tory Blue #405080

Tints of Tory Blue #405080

Color information

#405080 (or 0x405080) is unknown color: approx Tory Blue. HEX triplet: 40, 50 and 80. RGB value is (64,80,128). Sum of RGB (Red+Green+Blue) = 64+80+128=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 128 (50.39% from 255 or 47.06% from 272); Max value from RGB is 128 - color contains mainly: blue. Hex color #405080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405080 is #BFAF7F. Grayscale: #505050. Windows color (decimal): -12562304 or 8409152. OLE color: 8409152.

HSL color Cylindrical-coordinate representation of color #405080: hue angle of 225º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #405080 is Cyan = 0.5, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6480128-
CMYK0.50.3800.50
HSL225º33.33%37.65%-
HSV(B)225º50%50.2%-
XYZ8.888.3921.57-
YUV80.69154.7116.1-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.53%
GREEN value IS 80 (31.64% from 255) = 29.41%
BLUE value IS 128 (50.39% from 255) = 47.06%
R=23.53%
G=29.41%
B=47.06%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal64801280.50.3800.5022533.3337.65
Hex4050803226032e12126
Octal10012020062460623414146
Binary1000000101000010000000110010100110011001011100001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405080; }

 p { color: rgb(64,80,128); }

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

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

 a { background-color: rgb(64,80,128); }

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

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

 span { border-color: rgb(64,80,128); }

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