Shades of Tory Blue #444F83
Tints of Tory Blue #444F83
RGB
CMYK
RGB Variations
Color information
#444F83 (or 0x444F83) is known color: Tory Blue. HEX triplet: 44, 4F and 83. RGB value is (68,79,131). Sum of RGB (Red+Green+Blue) = 68+79+131=278 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.46% from 278); Green value is 79 (31.25% from 255 or 28.42% from 278); Blue value is 131 (51.56% from 255 or 47.12% from 278); Max value from RGB is 131 - color contains mainly: blue. Hex color #444F83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #444F83 is #BBB07C. Grayscale: #515151. Windows color (decimal): -12300413 or 8605508. OLE color: 8605508.
HSL color Cylindrical-coordinate representation of color #444F83: hue angle of 229.52º 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 #444F83 is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 68 | 79 | 131 | - |
| CMYK | 0.48 | 0.40 | 0 | 0.49 |
| HSL | 229.52º | 0.32% | 0.39% | - |
| HSV(B) | 229.52º | 0.48% | 0.51% | - |
| XYZ | 9.28 | 8.46 | 22.62 | - |
| YUV | 81.64 | 155.86 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 79 | 131 | 0.48 | 0.40 | 0 | 0.49 | 229.52 | 0.32 | 0.39 |
| Hex | 44 | 4F | 83 | 30 | 28 | 0 | 31 | E6 | 20 | 27 |
| Octal | 104 | 117 | 203 | 60 | 50 | 0 | 61 | 346 | 40 | 47 |
| Binary | 1000100 | 1001111 | 10000011 | 110000 | 101000 | 0 | 110001 | 11100110 | 100000 | 100111 |
Color Harmonies of #444F83
Complementary color
Monochromatic Colors of #444F83
Black with #444F83
Text Example
Text Example
White with #444F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444F83; }
p { color: rgb(68,79,131); }
H1.HeaderClassName
{
color: #444F83;
}
.AnyTagClassName
{
color: #444F83;
}
</style>
background-color css
<style>
a { background-color: #444F83; }
a { background-color: rgb(68,79,131); }
div.DivClassName
{
background-color: #444F83;
}
.BgClassName
{
background-color: #444F83;
}
</style>
border-color css
<style>
span { border-color: #444F83; }
span { border-color: rgb(68,79,131); }
td.TdClassName
{
border-color: #444F83;
}
.TagClassName
{
border-color: #444F83;
}
</style>