Shades of Tory Blue #28468D
Tints of Tory Blue #28468D
RGB
CMYK
RGB Variations
Color information
#28468D (or 0x28468D) is known color: Tory Blue. HEX triplet: 28, 46 and 8D. RGB value is (40,70,141). Sum of RGB (Red+Green+Blue) = 40+70+141=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 141 (55.47% from 255 or 56.18% from 251); Max value from RGB is 141 - color contains mainly: blue. Hex color #28468D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28468D is #D7B972. Grayscale: #444444. Windows color (decimal): -14137715 or 9258536. OLE color: 9258536.
HSL color Cylindrical-coordinate representation of color #28468D: hue angle of 222.18º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28468D is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 70 | 141 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.45 |
| HSL | 222.18º | 0.56% | 0.35% | - |
| HSV(B) | 222.18º | 0.72% | 0.55% | - |
| XYZ | 7.87 | 6.75 | 26.09 | - |
| YUV | 69.12 | 168.56 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 70 | 141 | 0.72 | 0.50 | 0 | 0.45 | 222.18 | 0.56 | 0.35 |
| Hex | 28 | 46 | 8D | 48 | 32 | 0 | 2D | DE | 38 | 23 |
| Octal | 50 | 106 | 215 | 110 | 62 | 0 | 55 | 336 | 70 | 43 |
| Binary | 101000 | 1000110 | 10001101 | 1001000 | 110010 | 0 | 101101 | 11011110 | 111000 | 100011 |
Color Harmonies of #28468D
Complementary color
Monochromatic Colors of #28468D
Black with #28468D
Text Example
Text Example
White with #28468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28468D; }
p { color: rgb(40,70,141); }
H1.HeaderClassName
{
color: #28468D;
}
.AnyTagClassName
{
color: #28468D;
}
</style>
background-color css
<style>
a { background-color: #28468D; }
a { background-color: rgb(40,70,141); }
div.DivClassName
{
background-color: #28468D;
}
.BgClassName
{
background-color: #28468D;
}
</style>
border-color css
<style>
span { border-color: #28468D; }
span { border-color: rgb(40,70,141); }
td.TdClassName
{
border-color: #28468D;
}
.TagClassName
{
border-color: #28468D;
}
</style>