Shades of Tory Blue #28469D
Tints of Tory Blue #28469D
RGB
CMYK
RGB Variations
Color information
#28469D (or 0x28469D) is known color: Tory Blue. HEX triplet: 28, 46 and 9D. RGB value is (40,70,157). Sum of RGB (Red+Green+Blue) = 40+70+157=267 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.98% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 157 (61.72% from 255 or 58.80% from 267); Max value from RGB is 157 - color contains mainly: blue. Hex color #28469D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28469D is #D7B962. Grayscale: #464646. Windows color (decimal): -14137699 or 10307112. OLE color: 10307112.
HSL color Cylindrical-coordinate representation of color #28469D: hue angle of 224.62º degrees, saturation: 0.59, 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 #28469D is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 70 | 157 | - |
| CMYK | 0.75 | 0.55 | 0 | 0.38 |
| HSL | 224.62º | 0.59% | 0.39% | - |
| HSV(B) | 224.62º | 0.75% | 0.62% | - |
| XYZ | 9.15 | 7.27 | 32.82 | - |
| YUV | 70.95 | 176.56 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 70 | 157 | 0.75 | 0.55 | 0 | 0.38 | 224.62 | 0.59 | 0.39 |
| Hex | 28 | 46 | 9D | 4B | 37 | 0 | 26 | E1 | 3B | 27 |
| Octal | 50 | 106 | 235 | 113 | 67 | 0 | 46 | 341 | 73 | 47 |
| Binary | 101000 | 1000110 | 10011101 | 1001011 | 110111 | 0 | 100110 | 11100001 | 111011 | 100111 |
Color Harmonies of #28469D
Complementary color
Monochromatic Colors of #28469D
Black with #28469D
Text Example
Text Example
White with #28469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28469D; }
p { color: rgb(40,70,157); }
H1.HeaderClassName
{
color: #28469D;
}
.AnyTagClassName
{
color: #28469D;
}
</style>
background-color css
<style>
a { background-color: #28469D; }
a { background-color: rgb(40,70,157); }
div.DivClassName
{
background-color: #28469D;
}
.BgClassName
{
background-color: #28469D;
}
</style>
border-color css
<style>
span { border-color: #28469D; }
span { border-color: rgb(40,70,157); }
td.TdClassName
{
border-color: #28469D;
}
.TagClassName
{
border-color: #28469D;
}
</style>