Shades of Smalt Blue #455B61
Tints of Smalt Blue #455B61
RGB
CMYK
RGB Variations
Color information
#455B61 (or 0x455B61) is known color: Smalt Blue. HEX triplet: 45, 5B and 61. RGB value is (69,91,97). Sum of RGB (Red+Green+Blue) = 69+91+97=257 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.85% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 97 (38.28% from 255 or 37.74% from 257); Max value from RGB is 97 - color contains mainly: blue. Hex color #455B61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455B61 is #BAA49E. Grayscale: #555555. Windows color (decimal): -12231839 or 6380357. OLE color: 6380357.
HSL color Cylindrical-coordinate representation of color #455B61: hue angle of 192.86º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #455B61 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 91 | 97 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.62 |
| HSL | 192.86º | 0.17% | 0.33% | - |
| HSV(B) | 192.86º | 0.29% | 0.38% | - |
| XYZ | 8.35 | 9.61 | 12.72 | - |
| YUV | 85.11 | 134.71 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 91 | 97 | 0.29 | 0.06 | 0 | 0.62 | 192.86 | 0.17 | 0.33 |
| Hex | 45 | 5B | 61 | 1D | 6 | 0 | 3E | C1 | 11 | 21 |
| Octal | 105 | 133 | 141 | 35 | 6 | 0 | 76 | 301 | 21 | 41 |
| Binary | 1000101 | 1011011 | 1100001 | 11101 | 110 | 0 | 111110 | 11000001 | 10001 | 100001 |
Color Harmonies of #455B61
Complementary color
Monochromatic Colors of #455B61
Black with #455B61
Text Example
Text Example
White with #455B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455B61; }
p { color: rgb(69,91,97); }
H1.HeaderClassName
{
color: #455B61;
}
.AnyTagClassName
{
color: #455B61;
}
</style>
background-color css
<style>
a { background-color: #455B61; }
a { background-color: rgb(69,91,97); }
div.DivClassName
{
background-color: #455B61;
}
.BgClassName
{
background-color: #455B61;
}
</style>
border-color css
<style>
span { border-color: #455B61; }
span { border-color: rgb(69,91,97); }
td.TdClassName
{
border-color: #455B61;
}
.TagClassName
{
border-color: #455B61;
}
</style>