#404892

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

Shades of Tory Blue #404892

Tints of Tory Blue #404892

Color information

#404892 (or 0x404892) is unknown color: approx Tory Blue. HEX triplet: 40, 48 and 92. RGB value is (64,72,146). Sum of RGB (Red+Green+Blue) = 64+72+146=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #404892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404892 is #BFB76D. Grayscale: #4D4D4D. Windows color (decimal): -12564334 or 9586752. OLE color: 9586752.

HSL color Cylindrical-coordinate representation of color #404892: hue angle of 234.15º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #404892 is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6472146-
CMYK0.560.5100.43
HSL234.15º39.05%41.18%-
HSV(B)234.15º56.16%57.25%-
XYZ9.627.828.19-
YUV78.04166.35117.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.70%
GREEN value IS 72 (28.52% from 255) = 25.53%
BLUE value IS 146 (57.42% from 255) = 51.77%
R=22.70%
G=25.53%
B=51.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal64721460.560.5100.43234.1539.0541.18
Hex404892383302Bea2729
Octal10011022270630533524751
Binary1000000100100010010010111000110011010101111101010100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404892; }

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

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

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

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

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

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

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

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