#404894

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

Shades of Tory Blue #404894

Tints of Tory Blue #404894

Color information

#404894 (or 0x404894) is unknown color: approx Tory Blue. HEX triplet: 40, 48 and 94. RGB value is (64,72,148). Sum of RGB (Red+Green+Blue) = 64+72+148=284 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.54% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 148 (58.20% from 255 or 52.11% from 284); Max value from RGB is 148 - color contains mainly: blue. Hex color #404894 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404894 is #BFB76B. Grayscale: #4D4D4D. Windows color (decimal): -12564332 or 9717824. OLE color: 9717824.

HSL color Cylindrical-coordinate representation of color #404894: hue angle of 234.29º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #404894 is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6472148-
CMYK0.570.5100.42
HSL234.29º39.62%41.57%-
HSV(B)234.29º56.76%58.04%-
XYZ9.787.8629.02-
YUV78.27167.35117.82-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.54%
GREEN value IS 72 (28.52% from 255) = 25.35%
BLUE value IS 148 (58.20% from 255) = 52.11%
R=22.54%
G=25.35%
B=52.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64721480.570.5100.42234.2939.6241.57
Hex404894393302Aea282a
Octal10011022471630523525052
Binary1000000100100010010100111001110011010101011101010101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404894; }

 p { color: rgb(64,72,148); }

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

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

 a { background-color: rgb(64,72,148); }

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

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

 span { border-color: rgb(64,72,148); }

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