#404D8E

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

Shades of Tory Blue #404D8E

Tints of Tory Blue #404D8E

Color information

#404D8E (or 0x404D8E) is unknown color: approx Tory Blue. HEX triplet: 40, 4D and 8E. RGB value is (64,77,142). Sum of RGB (Red+Green+Blue) = 64+77+142=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 142 (55.86% from 255 or 50.18% from 283); Max value from RGB is 142 - color contains mainly: blue. Hex color #404D8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404D8E is #BFB271. Grayscale: #505050. Windows color (decimal): -12563058 or 9325888. OLE color: 9325888.

HSL color Cylindrical-coordinate representation of color #404D8E: hue angle of 230º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #404D8E is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6477142-
CMYK0.550.4600.44
HSL230º37.86%40.39%-
HSV(B)230º54.93%55.69%-
XYZ9.658.3526.69-
YUV80.52162.69116.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.61%
GREEN value IS 77 (30.47% from 255) = 27.21%
BLUE value IS 142 (55.86% from 255) = 50.18%
R=22.61%
G=27.21%
B=50.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal64771420.550.4600.4423037.8640.39
Hex404D8E372E02Ce62628
Octal10011521667560543464650
Binary1000000100110110001110110111101110010110011100110100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,77,142); }

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

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

 a { background-color: rgb(64,77,142); }

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

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

 span { border-color: rgb(64,77,142); }

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