Shades of Smalt Blue #455F63
Tints of Smalt Blue #455F63
RGB
CMYK
RGB Variations
Color information
#455F63 (or 0x455F63) is known color: Smalt Blue. HEX triplet: 45, 5F and 63. RGB value is (69,95,99). Sum of RGB (Red+Green+Blue) = 69+95+99=263 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.24% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 99 (39.06% from 255 or 37.64% from 263); Max value from RGB is 99 - color contains mainly: blue. Hex color #455F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455F63 is #BAA09C. Grayscale: #575757. Windows color (decimal): -12230813 or 6512453. OLE color: 6512453.
HSL color Cylindrical-coordinate representation of color #455F63: hue angle of 188º 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 #455F63 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 95 | 99 | - |
| CMYK | 0.30 | 0.04 | 0 | 0.61 |
| HSL | 188º | 0.18% | 0.33% | - |
| HSV(B) | 188º | 0.3% | 0.39% | - |
| XYZ | 8.8 | 10.35 | 13.34 | - |
| YUV | 87.68 | 134.39 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 95 | 99 | 0.30 | 0.04 | 0 | 0.61 | 188 | 0.18 | 0.33 |
| Hex | 45 | 5F | 63 | 1E | 4 | 0 | 3D | BC | 12 | 21 |
| Octal | 105 | 137 | 143 | 36 | 4 | 0 | 75 | 274 | 22 | 41 |
| Binary | 1000101 | 1011111 | 1100011 | 11110 | 100 | 0 | 111101 | 10111100 | 10010 | 100001 |
Color Harmonies of #455F63
Complementary color
Monochromatic Colors of #455F63
Black with #455F63
Text Example
Text Example
White with #455F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455F63; }
p { color: rgb(69,95,99); }
H1.HeaderClassName
{
color: #455F63;
}
.AnyTagClassName
{
color: #455F63;
}
</style>
background-color css
<style>
a { background-color: #455F63; }
a { background-color: rgb(69,95,99); }
div.DivClassName
{
background-color: #455F63;
}
.BgClassName
{
background-color: #455F63;
}
</style>
border-color css
<style>
span { border-color: #455F63; }
span { border-color: rgb(69,95,99); }
td.TdClassName
{
border-color: #455F63;
}
.TagClassName
{
border-color: #455F63;
}
</style>