Shades of Tory Blue #2E479D
Tints of Tory Blue #2E479D
RGB
CMYK
RGB Variations
Color information
#2E479D (or 0x2E479D) is known color: Tory Blue. HEX triplet: 2E, 47 and 9D. RGB value is (46,71,157). Sum of RGB (Red+Green+Blue) = 46+71+157=274 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.79% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 157 (61.72% from 255 or 57.30% from 274); Max value from RGB is 157 - color contains mainly: blue. Hex color #2E479D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E479D is #D1B862. Grayscale: #484848. Windows color (decimal): -13744227 or 10307374. OLE color: 10307374.
HSL color Cylindrical-coordinate representation of color #2E479D: hue angle of 226.49º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E479D is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 71 | 157 | - |
| CMYK | 0.71 | 0.55 | 0 | 0.38 |
| HSL | 226.49º | 0.55% | 0.4% | - |
| HSV(B) | 226.49º | 0.71% | 0.62% | - |
| XYZ | 9.47 | 7.52 | 32.85 | - |
| YUV | 73.33 | 175.22 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 71 | 157 | 0.71 | 0.55 | 0 | 0.38 | 226.49 | 0.55 | 0.4 |
| Hex | 2E | 47 | 9D | 47 | 37 | 0 | 26 | E2 | 37 | 28 |
| Octal | 56 | 107 | 235 | 107 | 67 | 0 | 46 | 342 | 67 | 50 |
| Binary | 101110 | 1000111 | 10011101 | 1000111 | 110111 | 0 | 100110 | 11100010 | 110111 | 101000 |
Color Harmonies of #2E479D
Complementary color
Monochromatic Colors of #2E479D
Black with #2E479D
Text Example
Text Example
White with #2E479D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E479D; }
p { color: rgb(46,71,157); }
H1.HeaderClassName
{
color: #2E479D;
}
.AnyTagClassName
{
color: #2E479D;
}
</style>
background-color css
<style>
a { background-color: #2E479D; }
a { background-color: rgb(46,71,157); }
div.DivClassName
{
background-color: #2E479D;
}
.BgClassName
{
background-color: #2E479D;
}
</style>
border-color css
<style>
span { border-color: #2E479D; }
span { border-color: rgb(46,71,157); }
td.TdClassName
{
border-color: #2E479D;
}
.TagClassName
{
border-color: #2E479D;
}
</style>