Shades of Tory Blue #454E83
Tints of Tory Blue #454E83
RGB
CMYK
RGB Variations
Color information
#454E83 (or 0x454E83) is known color: Tory Blue. HEX triplet: 45, 4E and 83. RGB value is (69,78,131). Sum of RGB (Red+Green+Blue) = 69+78+131=278 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.82% from 278); Green value is 78 (30.86% from 255 or 28.06% 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 #454E83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #454E83 is #BAB17C. Grayscale: #515151. Windows color (decimal): -12235133 or 8605253. OLE color: 8605253.
HSL color Cylindrical-coordinate representation of color #454E83: hue angle of 231.29º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #454E83 is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 69 | 78 | 131 | - |
| CMYK | 0.47 | 0.40 | 0 | 0.49 |
| HSL | 231.29º | 0.31% | 0.39% | - |
| HSV(B) | 231.29º | 0.47% | 0.51% | - |
| XYZ | 9.28 | 8.35 | 22.6 | - |
| YUV | 81.35 | 156.02 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 78 | 131 | 0.47 | 0.40 | 0 | 0.49 | 231.29 | 0.31 | 0.39 |
| Hex | 45 | 4E | 83 | 2F | 28 | 0 | 31 | E7 | 1F | 27 |
| Octal | 105 | 116 | 203 | 57 | 50 | 0 | 61 | 347 | 37 | 47 |
| Binary | 1000101 | 1001110 | 10000011 | 101111 | 101000 | 0 | 110001 | 11100111 | 11111 | 100111 |
Color Harmonies of #454E83
Complementary color
Monochromatic Colors of #454E83
Black with #454E83
Text Example
Text Example
White with #454E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454E83; }
p { color: rgb(69,78,131); }
H1.HeaderClassName
{
color: #454E83;
}
.AnyTagClassName
{
color: #454E83;
}
</style>
background-color css
<style>
a { background-color: #454E83; }
a { background-color: rgb(69,78,131); }
div.DivClassName
{
background-color: #454E83;
}
.BgClassName
{
background-color: #454E83;
}
</style>
border-color css
<style>
span { border-color: #454E83; }
span { border-color: rgb(69,78,131); }
td.TdClassName
{
border-color: #454E83;
}
.TagClassName
{
border-color: #454E83;
}
</style>