#404B7E

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

Shades of Tory Blue #404B7E

Tints of Tory Blue #404B7E

Color information

#404B7E (or 0x404B7E) is unknown color: approx Tory Blue. HEX triplet: 40, 4B and 7E. RGB value is (64,75,126). Sum of RGB (Red+Green+Blue) = 64+75+126=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 75 (29.69% from 255 or 28.30% from 265); Blue value is 126 (49.61% from 255 or 47.55% from 265); Max value from RGB is 126 - color contains mainly: blue. Hex color #404B7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404B7E is #BFB481. Grayscale: #4D4D4D. Windows color (decimal): -12563586 or 8276800. OLE color: 8276800.

HSL color Cylindrical-coordinate representation of color #404B7E: hue angle of 229.35º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #404B7E is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6475126-
CMYK0.490.4000.51
HSL229.35º32.63%37.25%-
HSV(B)229.35º49.21%49.41%-
XYZ8.47.6320.77-
YUV77.53155.36118.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.15%
GREEN value IS 75 (29.69% from 255) = 28.30%
BLUE value IS 126 (49.61% from 255) = 47.55%
R=24.15%
G=28.30%
B=47.55%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64751260.490.4000.51229.3532.6337.25
Hex404B7E3128033e52125
Octal10011317661500633454145
Binary100000010010111111110110001101000011001111100101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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