#404C8B

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

Shades of Tory Blue #404C8B

Tints of Tory Blue #404C8B

Color information

#404C8B (or 0x404C8B) is unknown color: approx Tory Blue. HEX triplet: 40, 4C and 8B. RGB value is (64,76,139). Sum of RGB (Red+Green+Blue) = 64+76+139=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #404C8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404C8B is #BFB374. Grayscale: #4F4F4F. Windows color (decimal): -12563317 or 9129024. OLE color: 9129024.

HSL color Cylindrical-coordinate representation of color #404C8B: hue angle of 230.4º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #404C8B is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6476139-
CMYK0.540.4500.45
HSL230.4º36.95%39.8%-
HSV(B)230.4º53.96%54.51%-
XYZ9.368.1225.5-
YUV79.59161.52116.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.94%
GREEN value IS 76 (30.08% from 255) = 27.24%
BLUE value IS 139 (54.69% from 255) = 49.82%
R=22.94%
G=27.24%
B=49.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64761390.540.4500.45230.436.9539.8
Hex404C8B362D02De62528
Octal10011421366550553464550
Binary1000000100110010001011110110101101010110111100110100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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