Shades of Smalt Blue #455E66
Tints of Smalt Blue #455E66
RGB
CMYK
RGB Variations
Color information
#455E66 (or 0x455E66) is known color: Smalt Blue. HEX triplet: 45, 5E and 66. RGB value is (69,94,102). Sum of RGB (Red+Green+Blue) = 69+94+102=265 (35% of max value = 765). Red value is 69 (27.34% from 255 or 26.04% from 265); Green value is 94 (37.11% from 255 or 35.47% from 265); Blue value is 102 (40.23% from 255 or 38.49% from 265); Max value from RGB is 102 - color contains mainly: blue. Hex color #455E66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455E66 is #BAA199. Grayscale: #575757. Windows color (decimal): -12231066 or 6708805. OLE color: 6708805.
HSL color Cylindrical-coordinate representation of color #455E66: hue angle of 194.55º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #455E66 is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 69 | 94 | 102 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.6 |
| HSL | 194.55º | 0.19% | 0.34% | - |
| HSV(B) | 194.55º | 0.32% | 0.4% | - |
| XYZ | 8.86 | 10.23 | 14.08 | - |
| YUV | 87.44 | 136.22 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 94 | 102 | 0.32 | 0.08 | 0 | 0.6 | 194.55 | 0.19 | 0.34 |
| Hex | 45 | 5E | 66 | 20 | 8 | 0 | 3C | C3 | 13 | 22 |
| Octal | 105 | 136 | 146 | 40 | 10 | 0 | 74 | 303 | 23 | 42 |
| Binary | 1000101 | 1011110 | 1100110 | 100000 | 1000 | 0 | 111100 | 11000011 | 10011 | 100010 |
Color Harmonies of #455E66
Complementary color
Monochromatic Colors of #455E66
Black with #455E66
Text Example
Text Example
White with #455E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455E66; }
p { color: rgb(69,94,102); }
H1.HeaderClassName
{
color: #455E66;
}
.AnyTagClassName
{
color: #455E66;
}
</style>
background-color css
<style>
a { background-color: #455E66; }
a { background-color: rgb(69,94,102); }
div.DivClassName
{
background-color: #455E66;
}
.BgClassName
{
background-color: #455E66;
}
</style>
border-color css
<style>
span { border-color: #455E66; }
span { border-color: rgb(69,94,102); }
td.TdClassName
{
border-color: #455E66;
}
.TagClassName
{
border-color: #455E66;
}
</style>