Shades of Tory Blue #28479C
Tints of Tory Blue #28479C
RGB
CMYK
RGB Variations
Color information
#28479C (or 0x28479C) is known color: Tory Blue. HEX triplet: 28, 47 and 9C. RGB value is (40,71,156). Sum of RGB (Red+Green+Blue) = 40+71+156=267 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.98% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 156 (61.33% from 255 or 58.43% from 267); Max value from RGB is 156 - color contains mainly: blue. Hex color #28479C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28479C is #D7B863. Grayscale: #474747. Windows color (decimal): -14137444 or 10241832. OLE color: 10241832.
HSL color Cylindrical-coordinate representation of color #28479C: hue angle of 223.97º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28479C is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 71 | 156 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.39 |
| HSL | 223.97º | 0.59% | 0.38% | - |
| HSV(B) | 223.97º | 0.74% | 0.61% | - |
| XYZ | 9.13 | 7.36 | 32.39 | - |
| YUV | 71.42 | 175.73 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 71 | 156 | 0.74 | 0.54 | 0 | 0.39 | 223.97 | 0.59 | 0.38 |
| Hex | 28 | 47 | 9C | 4A | 36 | 0 | 27 | E0 | 3B | 26 |
| Octal | 50 | 107 | 234 | 112 | 66 | 0 | 47 | 340 | 73 | 46 |
| Binary | 101000 | 1000111 | 10011100 | 1001010 | 110110 | 0 | 100111 | 11100000 | 111011 | 100110 |
Color Harmonies of #28479C
Complementary color
Monochromatic Colors of #28479C
Black with #28479C
Text Example
Text Example
White with #28479C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28479C; }
p { color: rgb(40,71,156); }
H1.HeaderClassName
{
color: #28479C;
}
.AnyTagClassName
{
color: #28479C;
}
</style>
background-color css
<style>
a { background-color: #28479C; }
a { background-color: rgb(40,71,156); }
div.DivClassName
{
background-color: #28479C;
}
.BgClassName
{
background-color: #28479C;
}
</style>
border-color css
<style>
span { border-color: #28479C; }
span { border-color: rgb(40,71,156); }
td.TdClassName
{
border-color: #28479C;
}
.TagClassName
{
border-color: #28479C;
}
</style>