#40548A

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

Shades of Tory Blue #40548A

Tints of Tory Blue #40548A

Color information

#40548A (or 0x40548A) is unknown color: approx Tory Blue. HEX triplet: 40, 54 and 8A. RGB value is (64,84,138). Sum of RGB (Red+Green+Blue) = 64+84+138=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 138 (54.30% from 255 or 48.25% from 286); Max value from RGB is 138 - color contains mainly: blue. Hex color #40548A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40548A is #BFAB75. Grayscale: #535353. Windows color (decimal): -12561270 or 9065536. OLE color: 9065536.

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

Color convert

RGB6484138-
CMYK0.540.3900.46
HSL223.78º36.63%39.61%-
HSV(B)223.78º53.62%54.12%-
XYZ9.879.2725.31-
YUV84.18158.37113.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.38%
GREEN value IS 84 (33.20% from 255) = 29.37%
BLUE value IS 138 (54.30% from 255) = 48.25%
R=22.38%
G=29.37%
B=48.25%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal64841380.540.3900.46223.7836.6339.61
Hex40548A362702Ee02528
Octal10012421266470563404550
Binary1000000101010010001010110110100111010111011100000100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40548A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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