#405481

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

Shades of Tory Blue #405481

Tints of Tory Blue #405481

Color information

#405481 (or 0x405481) is unknown color: approx Tory Blue. HEX triplet: 40, 54 and 81. RGB value is (64,84,129). Sum of RGB (Red+Green+Blue) = 64+84+129=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 129 (50.78% from 255 or 46.57% from 277); Max value from RGB is 129 - color contains mainly: blue. Hex color #405481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405481 is #BFAB7E. Grayscale: #525252. Windows color (decimal): -12561279 or 8475712. OLE color: 8475712.

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

Color convert

RGB6484129-
CMYK0.500.3500.49
HSL221.54º33.68%37.84%-
HSV(B)221.54º50.39%50.59%-
XYZ9.259.0222.02-
YUV83.15153.87114.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.10%
GREEN value IS 84 (33.20% from 255) = 30.32%
BLUE value IS 129 (50.78% from 255) = 46.57%
R=23.10%
G=30.32%
B=46.57%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64841290.500.3500.49221.5433.6837.84
Hex4054813223031de2226
Octal10012420162430613364246
Binary1000000101010010000001110010100011011000111011110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405481; }

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

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

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

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

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

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

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

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