#40518A

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

Shades of Tory Blue #40518A

Tints of Tory Blue #40518A

Color information

#40518A (or 0x40518A) is unknown color: approx Tory Blue. HEX triplet: 40, 51 and 8A. RGB value is (64,81,138). Sum of RGB (Red+Green+Blue) = 64+81+138=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 138 (54.30% from 255 or 48.76% from 283); Max value from RGB is 138 - color contains mainly: blue. Hex color #40518A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40518A is #BFAE75. Grayscale: #525252. Windows color (decimal): -12562038 or 9064768. OLE color: 9064768.

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

Color convert

RGB6481138-
CMYK0.540.4100.46
HSL226.22º36.63%39.61%-
HSV(B)226.22º53.62%54.12%-
XYZ9.648.8125.24-
YUV82.42159.37114.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.61%
GREEN value IS 81 (32.03% from 255) = 28.62%
BLUE value IS 138 (54.30% from 255) = 48.76%
R=22.61%
G=28.62%
B=48.76%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal64811380.540.4100.46226.2236.6339.61
Hex40518A362902Ee22528
Octal10012121266510563424550
Binary1000000101000110001010110110101001010111011100010100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40518A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40518A; }

 p { color: rgb(64,81,138); }

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

<style>
 a { background-color: #40518A; }

 a { background-color: rgb(64,81,138); }

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

<style>
 span { border-color: #40518A; }

 span { border-color: rgb(64,81,138); }

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