Shades of Smalt Blue #455D62
Tints of Smalt Blue #455D62
RGB
CMYK
RGB Variations
Color information
#455D62 (or 0x455D62) is known color: Smalt Blue. HEX triplet: 45, 5D and 62. RGB value is (69,93,98). Sum of RGB (Red+Green+Blue) = 69+93+98=260 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.54% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 98 (38.67% from 255 or 37.69% from 260); Max value from RGB is 98 - color contains mainly: blue. Hex color #455D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455D62 is #BAA29D. Grayscale: #565656. Windows color (decimal): -12231326 or 6446405. OLE color: 6446405.
HSL color Cylindrical-coordinate representation of color #455D62: hue angle of 190.34º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #455D62 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 93 | 98 | - |
| CMYK | 0.30 | 0.05 | 0 | 0.62 |
| HSL | 190.34º | 0.17% | 0.33% | - |
| HSV(B) | 190.34º | 0.3% | 0.38% | - |
| XYZ | 8.57 | 9.98 | 13.03 | - |
| YUV | 86.39 | 134.55 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 93 | 98 | 0.30 | 0.05 | 0 | 0.62 | 190.34 | 0.17 | 0.33 |
| Hex | 45 | 5D | 62 | 1E | 5 | 0 | 3E | BE | 11 | 21 |
| Octal | 105 | 135 | 142 | 36 | 5 | 0 | 76 | 276 | 21 | 41 |
| Binary | 1000101 | 1011101 | 1100010 | 11110 | 101 | 0 | 111110 | 10111110 | 10001 | 100001 |
Color Harmonies of #455D62
Complementary color
Monochromatic Colors of #455D62
Black with #455D62
Text Example
Text Example
White with #455D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455D62; }
p { color: rgb(69,93,98); }
H1.HeaderClassName
{
color: #455D62;
}
.AnyTagClassName
{
color: #455D62;
}
</style>
background-color css
<style>
a { background-color: #455D62; }
a { background-color: rgb(69,93,98); }
div.DivClassName
{
background-color: #455D62;
}
.BgClassName
{
background-color: #455D62;
}
</style>
border-color css
<style>
span { border-color: #455D62; }
span { border-color: rgb(69,93,98); }
td.TdClassName
{
border-color: #455D62;
}
.TagClassName
{
border-color: #455D62;
}
</style>