Shades of Tory Blue #28469C
Tints of Tory Blue #28469C
RGB
CMYK
RGB Variations
Color information
#28469C (or 0x28469C) is known color: Tory Blue. HEX triplet: 28, 46 and 9C. RGB value is (40,70,156). Sum of RGB (Red+Green+Blue) = 40+70+156=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 156 (61.33% from 255 or 58.65% from 266); Max value from RGB is 156 - color contains mainly: blue. Hex color #28469C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28469C is #D7B963. Grayscale: #464646. Windows color (decimal): -14137700 or 10241576. OLE color: 10241576.
HSL color Cylindrical-coordinate representation of color #28469C: hue angle of 224.48º 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 #28469C is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 70 | 156 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.39 |
| HSL | 224.48º | 0.59% | 0.38% | - |
| HSV(B) | 224.48º | 0.74% | 0.61% | - |
| XYZ | 9.07 | 7.23 | 32.37 | - |
| YUV | 70.83 | 176.06 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 70 | 156 | 0.74 | 0.55 | 0 | 0.39 | 224.48 | 0.59 | 0.38 |
| Hex | 28 | 46 | 9C | 4A | 37 | 0 | 27 | E0 | 3B | 26 |
| Octal | 50 | 106 | 234 | 112 | 67 | 0 | 47 | 340 | 73 | 46 |
| Binary | 101000 | 1000110 | 10011100 | 1001010 | 110111 | 0 | 100111 | 11100000 | 111011 | 100110 |
Color Harmonies of #28469C
Complementary color
Monochromatic Colors of #28469C
Black with #28469C
Text Example
Text Example
White with #28469C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28469C; }
p { color: rgb(40,70,156); }
H1.HeaderClassName
{
color: #28469C;
}
.AnyTagClassName
{
color: #28469C;
}
</style>
background-color css
<style>
a { background-color: #28469C; }
a { background-color: rgb(40,70,156); }
div.DivClassName
{
background-color: #28469C;
}
.BgClassName
{
background-color: #28469C;
}
</style>
border-color css
<style>
span { border-color: #28469C; }
span { border-color: rgb(40,70,156); }
td.TdClassName
{
border-color: #28469C;
}
.TagClassName
{
border-color: #28469C;
}
</style>