#404B8B

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

Shades of Tory Blue #404B8B

Tints of Tory Blue #404B8B

Color information

#404B8B (or 0x404B8B) is unknown color: approx Tory Blue. HEX triplet: 40, 4B and 8B. RGB value is (64,75,139). Sum of RGB (Red+Green+Blue) = 64+75+139=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 139 (54.69% from 255 or 50% from 278); Max value from RGB is 139 - color contains mainly: blue. Hex color #404B8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404B8B is #BFB474. Grayscale: #4E4E4E. Windows color (decimal): -12563573 or 9128768. OLE color: 9128768.

HSL color Cylindrical-coordinate representation of color #404B8B: hue angle of 231.2º 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 #404B8B is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6475139-
CMYK0.540.4600.45
HSL231.2º36.95%39.8%-
HSV(B)231.2º53.96%54.51%-
XYZ9.297.9925.48-
YUV79.01161.86117.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.02%
GREEN value IS 75 (29.69% from 255) = 26.98%
BLUE value IS 139 (54.69% from 255) = 50%
R=23.02%
G=26.98%
B=50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64751390.540.4600.45231.236.9539.8
Hex404B8B362E02De72528
Octal10011321366560553474550
Binary1000000100101110001011110110101110010110111100111100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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