#40548B

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

Shades of Tory Blue #40548B

Tints of Tory Blue #40548B

Color information

#40548B (or 0x40548B) is unknown color: approx Tory Blue. HEX triplet: 40, 54 and 8B. RGB value is (64,84,139). Sum of RGB (Red+Green+Blue) = 64+84+139=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #40548B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40548B is #BFAB74. Grayscale: #545454. Windows color (decimal): -12561269 or 9131072. OLE color: 9131072.

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

Color convert

RGB6484139-
CMYK0.540.4000.45
HSL224º36.95%39.8%-
HSV(B)224º53.96%54.51%-
XYZ9.949.2925.7-
YUV84.29158.87113.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.30%
GREEN value IS 84 (33.20% from 255) = 29.27%
BLUE value IS 139 (54.69% from 255) = 48.43%
R=22.30%
G=29.27%
B=48.43%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64841390.540.4000.4522436.9539.8
Hex40548B362802De02528
Octal10012421366500553404550
Binary1000000101010010001011110110101000010110111100000100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40548B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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