#404890

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

Shades of Tory Blue #404890

Tints of Tory Blue #404890

Color information

#404890 (or 0x404890) is unknown color: approx Tory Blue. HEX triplet: 40, 48 and 90. RGB value is (64,72,144). Sum of RGB (Red+Green+Blue) = 64+72+144=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 144 (56.64% from 255 or 51.43% from 280); Max value from RGB is 144 - color contains mainly: blue. Hex color #404890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404890 is #BFB76F. Grayscale: #4D4D4D. Windows color (decimal): -12564336 or 9455680. OLE color: 9455680.

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

Color convert

RGB6472144-
CMYK0.560.5000.44
HSL234º38.46%40.78%-
HSV(B)234º55.56%56.47%-
XYZ9.477.7427.38-
YUV77.82165.35118.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.86%
GREEN value IS 72 (28.52% from 255) = 25.71%
BLUE value IS 144 (56.64% from 255) = 51.43%
R=22.86%
G=25.71%
B=51.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal64721440.560.5000.4423438.4640.78
Hex404890383202Cea2629
Octal10011022070620543524651
Binary1000000100100010010000111000110010010110011101010100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404890; }

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

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

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

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

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

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

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

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