Shades of Smalt Blue #45656D
Tints of Smalt Blue #45656D
RGB
CMYK
RGB Variations
Color information
#45656D (or 0x45656D) is known color: Smalt Blue. HEX triplet: 45, 65 and 6D. RGB value is (69,101,109). Sum of RGB (Red+Green+Blue) = 69+101+109=279 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.73% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 109 - color contains mainly: blue. Hex color #45656D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45656D is #BA9A92. Grayscale: #5C5C5C. Windows color (decimal): -12229267 or 7169349. OLE color: 7169349.
HSL color Cylindrical-coordinate representation of color #45656D: hue angle of 192º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #45656D is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 69 | 101 | 109 | - |
| CMYK | 0.37 | 0.07 | 0 | 0.57 |
| HSL | 192º | 0.22% | 0.35% | - |
| HSV(B) | 192º | 0.37% | 0.43% | - |
| XYZ | 9.87 | 11.68 | 16.2 | - |
| YUV | 92.34 | 137.4 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 101 | 109 | 0.37 | 0.07 | 0 | 0.57 | 192 | 0.22 | 0.35 |
| Hex | 45 | 65 | 6D | 25 | 7 | 0 | 39 | C0 | 16 | 23 |
| Octal | 105 | 145 | 155 | 45 | 7 | 0 | 71 | 300 | 26 | 43 |
| Binary | 1000101 | 1100101 | 1101101 | 100101 | 111 | 0 | 111001 | 11000000 | 10110 | 100011 |
Color Harmonies of #45656D
Complementary color
Monochromatic Colors of #45656D
Black with #45656D
Text Example
Text Example
White with #45656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45656D; }
p { color: rgb(69,101,109); }
H1.HeaderClassName
{
color: #45656D;
}
.AnyTagClassName
{
color: #45656D;
}
</style>
background-color css
<style>
a { background-color: #45656D; }
a { background-color: rgb(69,101,109); }
div.DivClassName
{
background-color: #45656D;
}
.BgClassName
{
background-color: #45656D;
}
</style>
border-color css
<style>
span { border-color: #45656D; }
span { border-color: rgb(69,101,109); }
td.TdClassName
{
border-color: #45656D;
}
.TagClassName
{
border-color: #45656D;
}
</style>