Shades of Smalt Blue #455C63
Tints of Smalt Blue #455C63
RGB
CMYK
RGB Variations
Color information
#455C63 (or 0x455C63) is known color: Smalt Blue. HEX triplet: 45, 5C and 63. RGB value is (69,92,99). Sum of RGB (Red+Green+Blue) = 69+92+99=260 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.54% from 260); Green value is 92 (36.33% from 255 or 35.38% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 99 - color contains mainly: blue. Hex color #455C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455C63 is #BAA39C. Grayscale: #555555. Windows color (decimal): -12231581 or 6511685. OLE color: 6511685.
HSL color Cylindrical-coordinate representation of color #455C63: hue angle of 194º 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 #455C63 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 92 | 99 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.61 |
| HSL | 194º | 0.18% | 0.33% | - |
| HSV(B) | 194º | 0.3% | 0.39% | - |
| XYZ | 8.53 | 9.82 | 13.25 | - |
| YUV | 85.92 | 135.38 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 92 | 99 | 0.30 | 0.07 | 0 | 0.61 | 194 | 0.18 | 0.33 |
| Hex | 45 | 5C | 63 | 1E | 7 | 0 | 3D | C2 | 12 | 21 |
| Octal | 105 | 134 | 143 | 36 | 7 | 0 | 75 | 302 | 22 | 41 |
| Binary | 1000101 | 1011100 | 1100011 | 11110 | 111 | 0 | 111101 | 11000010 | 10010 | 100001 |
Color Harmonies of #455C63
Complementary color
Monochromatic Colors of #455C63
Black with #455C63
Text Example
Text Example
White with #455C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455C63; }
p { color: rgb(69,92,99); }
H1.HeaderClassName
{
color: #455C63;
}
.AnyTagClassName
{
color: #455C63;
}
</style>
background-color css
<style>
a { background-color: #455C63; }
a { background-color: rgb(69,92,99); }
div.DivClassName
{
background-color: #455C63;
}
.BgClassName
{
background-color: #455C63;
}
</style>
border-color css
<style>
span { border-color: #455C63; }
span { border-color: rgb(69,92,99); }
td.TdClassName
{
border-color: #455C63;
}
.TagClassName
{
border-color: #455C63;
}
</style>