Shades of Tory Blue #40488E
Tints of Tory Blue #40488E
RGB
CMYK
RGB Variations
Color information
#40488E (or 0x40488E) is known color: Tory Blue. HEX triplet: 40, 48 and 8E. RGB value is (64,72,142). Sum of RGB (Red+Green+Blue) = 64+72+142=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 142 (55.86% from 255 or 51.08% from 278); Max value from RGB is 142 - color contains mainly: blue. Hex color #40488E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40488E is #BFB771. Grayscale: #4D4D4D. Windows color (decimal): -12564338 or 9324608. OLE color: 9324608.
HSL color Cylindrical-coordinate representation of color #40488E: hue angle of 233.85º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40488E is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 72 | 142 | - |
| CMYK | 0.55 | 0.49 | 0 | 0.44 |
| HSL | 233.85º | 0.38% | 0.4% | - |
| HSV(B) | 233.85º | 0.55% | 0.56% | - |
| XYZ | 9.31 | 7.68 | 26.58 | - |
| YUV | 77.59 | 164.35 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 72 | 142 | 0.55 | 0.49 | 0 | 0.44 | 233.85 | 0.38 | 0.4 |
| Hex | 40 | 48 | 8E | 37 | 31 | 0 | 2C | EA | 26 | 28 |
| Octal | 100 | 110 | 216 | 67 | 61 | 0 | 54 | 352 | 46 | 50 |
| Binary | 1000000 | 1001000 | 10001110 | 110111 | 110001 | 0 | 101100 | 11101010 | 100110 | 101000 |
Color Harmonies of #40488E
Complementary color
Monochromatic Colors of #40488E
Black with #40488E
Text Example
Text Example
White with #40488E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40488E; }
p { color: rgb(64,72,142); }
H1.HeaderClassName
{
color: #40488E;
}
.AnyTagClassName
{
color: #40488E;
}
</style>
background-color css
<style>
a { background-color: #40488E; }
a { background-color: rgb(64,72,142); }
div.DivClassName
{
background-color: #40488E;
}
.BgClassName
{
background-color: #40488E;
}
</style>
border-color css
<style>
span { border-color: #40488E; }
span { border-color: rgb(64,72,142); }
td.TdClassName
{
border-color: #40488E;
}
.TagClassName
{
border-color: #40488E;
}
</style>