Shades of Smalt Blue #45656F
Tints of Smalt Blue #45656F
RGB
CMYK
RGB Variations
Color information
#45656F (or 0x45656F) is known color: Smalt Blue. HEX triplet: 45, 65 and 6F. RGB value is (69,101,111). Sum of RGB (Red+Green+Blue) = 69+101+111=281 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.56% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 111 - color contains mainly: blue. Hex color #45656F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45656F is #BA9A90. Grayscale: #5C5C5C. Windows color (decimal): -12229265 or 7300421. OLE color: 7300421.
HSL color Cylindrical-coordinate representation of color #45656F: hue angle of 194.29º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #45656F is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 101 | 111 | - |
| CMYK | 0.38 | 0.09 | 0 | 0.56 |
| HSL | 194.29º | 0.23% | 0.35% | - |
| HSV(B) | 194.29º | 0.38% | 0.44% | - |
| XYZ | 9.98 | 11.72 | 16.78 | - |
| YUV | 92.57 | 138.4 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 101 | 111 | 0.38 | 0.09 | 0 | 0.56 | 194.29 | 0.23 | 0.35 |
| Hex | 45 | 65 | 6F | 26 | 9 | 0 | 38 | C2 | 17 | 23 |
| Octal | 105 | 145 | 157 | 46 | 11 | 0 | 70 | 302 | 27 | 43 |
| Binary | 1000101 | 1100101 | 1101111 | 100110 | 1001 | 0 | 111000 | 11000010 | 10111 | 100011 |
Color Harmonies of #45656F
Complementary color
Monochromatic Colors of #45656F
Black with #45656F
Text Example
Text Example
White with #45656F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45656F; }
p { color: rgb(69,101,111); }
H1.HeaderClassName
{
color: #45656F;
}
.AnyTagClassName
{
color: #45656F;
}
</style>
background-color css
<style>
a { background-color: #45656F; }
a { background-color: rgb(69,101,111); }
div.DivClassName
{
background-color: #45656F;
}
.BgClassName
{
background-color: #45656F;
}
</style>
border-color css
<style>
span { border-color: #45656F; }
span { border-color: rgb(69,101,111); }
td.TdClassName
{
border-color: #45656F;
}
.TagClassName
{
border-color: #45656F;
}
</style>