#404989

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

Shades of Tory Blue #404989

Tints of Tory Blue #404989

Color information

#404989 (or 0x404989) is unknown color: approx Tory Blue. HEX triplet: 40, 49 and 89. RGB value is (64,73,137). Sum of RGB (Red+Green+Blue) = 64+73+137=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 137 (53.91% from 255 or 50% from 274); Max value from RGB is 137 - color contains mainly: blue. Hex color #404989 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404989 is #BFB676. Grayscale: #4D4D4D. Windows color (decimal): -12564087 or 8997184. OLE color: 8997184.

HSL color Cylindrical-coordinate representation of color #404989: hue angle of 232.6º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #404989 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6473137-
CMYK0.530.4700.46
HSL232.6º36.32%39.41%-
HSV(B)232.6º53.28%53.73%-
XYZ9.017.6624.67-
YUV77.6161.52118.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.36%
GREEN value IS 73 (28.91% from 255) = 26.64%
BLUE value IS 137 (53.91% from 255) = 50%
R=23.36%
G=26.64%
B=50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal64731370.530.4700.46232.636.3239.41
Hex404989352F02Ee92427
Octal10011121165570563514447
Binary1000000100100110001001110101101111010111011101001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404989; }

 p { color: rgb(64,73,137); }

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

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

 a { background-color: rgb(64,73,137); }

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

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

 span { border-color: rgb(64,73,137); }

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