Shades of Tory Blue #28469F
Tints of Tory Blue #28469F
RGB
CMYK
RGB Variations
Color information
#28469F (or 0x28469F) is known color: Tory Blue. HEX triplet: 28, 46 and 9F. RGB value is (40,70,159). Sum of RGB (Red+Green+Blue) = 40+70+159=269 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.87% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 159 (62.5% from 255 or 59.11% from 269); Max value from RGB is 159 - color contains mainly: blue. Hex color #28469F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28469F is #D7B960. Grayscale: #464646. Windows color (decimal): -14137697 or 10438184. OLE color: 10438184.
HSL color Cylindrical-coordinate representation of color #28469F: hue angle of 224.87º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28469F is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 70 | 159 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.38 |
| HSL | 224.87º | 0.6% | 0.39% | - |
| HSV(B) | 224.87º | 0.75% | 0.62% | - |
| XYZ | 9.32 | 7.33 | 33.73 | - |
| YUV | 71.18 | 177.56 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 70 | 159 | 0.75 | 0.56 | 0 | 0.38 | 224.87 | 0.6 | 0.39 |
| Hex | 28 | 46 | 9F | 4B | 38 | 0 | 26 | E1 | 3C | 27 |
| Octal | 50 | 106 | 237 | 113 | 70 | 0 | 46 | 341 | 74 | 47 |
| Binary | 101000 | 1000110 | 10011111 | 1001011 | 111000 | 0 | 100110 | 11100001 | 111100 | 100111 |
Color Harmonies of #28469F
Complementary color
Monochromatic Colors of #28469F
Black with #28469F
Text Example
Text Example
White with #28469F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28469F; }
p { color: rgb(40,70,159); }
H1.HeaderClassName
{
color: #28469F;
}
.AnyTagClassName
{
color: #28469F;
}
</style>
background-color css
<style>
a { background-color: #28469F; }
a { background-color: rgb(40,70,159); }
div.DivClassName
{
background-color: #28469F;
}
.BgClassName
{
background-color: #28469F;
}
</style>
border-color css
<style>
span { border-color: #28469F; }
span { border-color: rgb(40,70,159); }
td.TdClassName
{
border-color: #28469F;
}
.TagClassName
{
border-color: #28469F;
}
</style>