#40508A

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

Shades of Tory Blue #40508A

Tints of Tory Blue #40508A

Color information

#40508A (or 0x40508A) is unknown color: approx Tory Blue. HEX triplet: 40, 50 and 8A. RGB value is (64,80,138). Sum of RGB (Red+Green+Blue) = 64+80+138=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 138 (54.30% from 255 or 48.94% from 282); Max value from RGB is 138 - color contains mainly: blue. Hex color #40508A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40508A is #BFAF75. Grayscale: #515151. Windows color (decimal): -12562294 or 9064512. OLE color: 9064512.

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

Color convert

RGB6480138-
CMYK0.540.4200.46
HSL227.03º36.63%39.61%-
HSV(B)227.03º53.62%54.12%-
XYZ9.578.6625.21-
YUV81.83159.7115.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.70%
GREEN value IS 80 (31.64% from 255) = 28.37%
BLUE value IS 138 (54.30% from 255) = 48.94%
R=22.70%
G=28.37%
B=48.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal64801380.540.4200.46227.0336.6339.61
Hex40508A362A02Ee32528
Octal10012021266520563434550
Binary1000000101000010001010110110101010010111011100011100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40508A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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