#404E84

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

Shades of Tory Blue #404E84

Tints of Tory Blue #404E84

Color information

#404E84 (or 0x404E84) is unknown color: approx Tory Blue. HEX triplet: 40, 4E and 84. RGB value is (64,78,132). Sum of RGB (Red+Green+Blue) = 64+78+132=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 132 (51.95% from 255 or 48.18% from 274); Max value from RGB is 132 - color contains mainly: blue. Hex color #404E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404E84 is #BFB17B. Grayscale: #4F4F4F. Windows color (decimal): -12562812 or 8670784. OLE color: 8670784.

HSL color Cylindrical-coordinate representation of color #404E84: hue angle of 227.65º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #404E84 is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6478132-
CMYK0.520.4100.48
HSL227.65º34.69%38.43%-
HSV(B)227.65º51.52%51.76%-
XYZ98.222.94-
YUV79.97157.36116.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.36%
GREEN value IS 78 (30.86% from 255) = 28.47%
BLUE value IS 132 (51.95% from 255) = 48.18%
R=23.36%
G=28.47%
B=48.18%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal64781320.520.4100.48227.6534.6938.43
Hex404E843429030e42326
Octal10011620464510603444346
Binary1000000100111010000100110100101001011000011100100100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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