#40498B

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

Shades of Tory Blue #40498B

Tints of Tory Blue #40498B

Color information

#40498B (or 0x40498B) is unknown color: approx Tory Blue. HEX triplet: 40, 49 and 8B. RGB value is (64,73,139). Sum of RGB (Red+Green+Blue) = 64+73+139=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #40498B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40498B is #BFB674. Grayscale: #4D4D4D. Windows color (decimal): -12564085 or 9128256. OLE color: 9128256.

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

Color convert

RGB6473139-
CMYK0.540.4700.45
HSL232.8º36.95%39.8%-
HSV(B)232.8º53.96%54.51%-
XYZ9.167.7225.43-
YUV77.83162.52118.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.19%
GREEN value IS 73 (28.91% from 255) = 26.45%
BLUE value IS 139 (54.69% from 255) = 50.36%
R=23.19%
G=26.45%
B=50.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64731390.540.4700.45232.836.9539.8
Hex40498B362F02De92528
Octal10011121366570553514550
Binary1000000100100110001011110110101111010110111101001100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40498B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40498B; }

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

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

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

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

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

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

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

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