Shades of Tory Blue #445183
Tints of Tory Blue #445183
RGB
CMYK
RGB Variations
Color information
#445183 (or 0x445183) is known color: Tory Blue. HEX triplet: 44, 51 and 83. RGB value is (68,81,131). Sum of RGB (Red+Green+Blue) = 68+81+131=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 131 (51.56% from 255 or 46.79% from 280); Max value from RGB is 131 - color contains mainly: blue. Hex color #445183 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445183 is #BBAE7C. Grayscale: #525252. Windows color (decimal): -12299901 or 8606020. OLE color: 8606020.
HSL color Cylindrical-coordinate representation of color #445183: hue angle of 227.62º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #445183 is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 68 | 81 | 131 | - |
| CMYK | 0.48 | 0.38 | 0 | 0.49 |
| HSL | 227.62º | 0.32% | 0.39% | - |
| HSV(B) | 227.62º | 0.48% | 0.51% | - |
| XYZ | 9.42 | 8.75 | 22.67 | - |
| YUV | 82.81 | 155.19 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 81 | 131 | 0.48 | 0.38 | 0 | 0.49 | 227.62 | 0.32 | 0.39 |
| Hex | 44 | 51 | 83 | 30 | 26 | 0 | 31 | E4 | 20 | 27 |
| Octal | 104 | 121 | 203 | 60 | 46 | 0 | 61 | 344 | 40 | 47 |
| Binary | 1000100 | 1010001 | 10000011 | 110000 | 100110 | 0 | 110001 | 11100100 | 100000 | 100111 |
Color Harmonies of #445183
Complementary color
Monochromatic Colors of #445183
Black with #445183
Text Example
Text Example
White with #445183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445183; }
p { color: rgb(68,81,131); }
H1.HeaderClassName
{
color: #445183;
}
.AnyTagClassName
{
color: #445183;
}
</style>
background-color css
<style>
a { background-color: #445183; }
a { background-color: rgb(68,81,131); }
div.DivClassName
{
background-color: #445183;
}
.BgClassName
{
background-color: #445183;
}
</style>
border-color css
<style>
span { border-color: #445183; }
span { border-color: rgb(68,81,131); }
td.TdClassName
{
border-color: #445183;
}
.TagClassName
{
border-color: #445183;
}
</style>