#404C95

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

Shades of Tory Blue #404C95

Tints of Tory Blue #404C95

Color information

#404C95 (or 0x404C95) is unknown color: approx Tory Blue. HEX triplet: 40, 4C and 95. RGB value is (64,76,149). Sum of RGB (Red+Green+Blue) = 64+76+149=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 76 (30.08% from 255 or 26.30% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #404C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404C95 is #BFB36A. Grayscale: #505050. Windows color (decimal): -12563307 or 9784384. OLE color: 9784384.

HSL color Cylindrical-coordinate representation of color #404C95: hue angle of 231.53º 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 #404C95 is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6476149-
CMYK0.570.4900.42
HSL231.53º39.91%41.76%-
HSV(B)231.53º57.05%58.43%-
XYZ10.128.4329.53-
YUV80.73166.52116.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.15%
GREEN value IS 76 (30.08% from 255) = 26.30%
BLUE value IS 149 (58.59% from 255) = 51.56%
R=22.15%
G=26.30%
B=51.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64761490.570.4900.42231.5339.9141.76
Hex404C95393102Ae8282a
Octal10011422571610523505052
Binary1000000100110010010101111001110001010101011101000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,76,149); }

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

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

 a { background-color: rgb(64,76,149); }

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

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

 span { border-color: rgb(64,76,149); }

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