#404E81

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

Shades of Tory Blue #404E81

Tints of Tory Blue #404E81

Color information

#404E81 (or 0x404E81) is unknown color: approx Tory Blue. HEX triplet: 40, 4E and 81. RGB value is (64,78,129). Sum of RGB (Red+Green+Blue) = 64+78+129=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 129 (50.78% from 255 or 47.60% from 271); Max value from RGB is 129 - color contains mainly: blue. Hex color #404E81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404E81 is #BFB17E. Grayscale: #4F4F4F. Windows color (decimal): -12562815 or 8474176. OLE color: 8474176.

HSL color Cylindrical-coordinate representation of color #404E81: hue angle of 227.08º 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 #404E81 is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6478129-
CMYK0.500.4000.49
HSL227.08º33.68%37.84%-
HSV(B)227.08º50.39%50.59%-
XYZ8.88.1221.87-
YUV79.63155.86116.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.62%
GREEN value IS 78 (30.86% from 255) = 28.78%
BLUE value IS 129 (50.78% from 255) = 47.60%
R=23.62%
G=28.78%
B=47.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64781290.500.4000.49227.0833.6837.84
Hex404E813228031e32226
Octal10011620162500613434246
Binary1000000100111010000001110010101000011000111100011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404E81; }

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

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

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

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

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

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

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

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