Shades of Smalt Blue #455E63
Tints of Smalt Blue #455E63
RGB
CMYK
RGB Variations
Color information
#455E63 (or 0x455E63) is known color: Smalt Blue. HEX triplet: 45, 5E and 63. RGB value is (69,94,99). Sum of RGB (Red+Green+Blue) = 69+94+99=262 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.34% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 99 (39.06% from 255 or 37.79% from 262); Max value from RGB is 99 - color contains mainly: blue. Hex color #455E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455E63 is #BAA19C. Grayscale: #575757. Windows color (decimal): -12231069 or 6512197. OLE color: 6512197.
HSL color Cylindrical-coordinate representation of color #455E63: hue angle of 190º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #455E63 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 94 | 99 | - |
| CMYK | 0.30 | 0.05 | 0 | 0.61 |
| HSL | 190º | 0.18% | 0.33% | - |
| HSV(B) | 190º | 0.3% | 0.39% | - |
| XYZ | 8.71 | 10.17 | 13.31 | - |
| YUV | 87.1 | 134.72 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 94 | 99 | 0.30 | 0.05 | 0 | 0.61 | 190 | 0.18 | 0.33 |
| Hex | 45 | 5E | 63 | 1E | 5 | 0 | 3D | BE | 12 | 21 |
| Octal | 105 | 136 | 143 | 36 | 5 | 0 | 75 | 276 | 22 | 41 |
| Binary | 1000101 | 1011110 | 1100011 | 11110 | 101 | 0 | 111101 | 10111110 | 10010 | 100001 |
Color Harmonies of #455E63
Complementary color
Monochromatic Colors of #455E63
Black with #455E63
Text Example
Text Example
White with #455E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455E63; }
p { color: rgb(69,94,99); }
H1.HeaderClassName
{
color: #455E63;
}
.AnyTagClassName
{
color: #455E63;
}
</style>
background-color css
<style>
a { background-color: #455E63; }
a { background-color: rgb(69,94,99); }
div.DivClassName
{
background-color: #455E63;
}
.BgClassName
{
background-color: #455E63;
}
</style>
border-color css
<style>
span { border-color: #455E63; }
span { border-color: rgb(69,94,99); }
td.TdClassName
{
border-color: #455E63;
}
.TagClassName
{
border-color: #455E63;
}
</style>