Shades of Smalt Blue #4B656F
Tints of Smalt Blue #4B656F
RGB
CMYK
RGB Variations
Color information
#4B656F (or 0x4B656F) is known color: Smalt Blue. HEX triplet: 4B, 65 and 6F. RGB value is (75,101,111). Sum of RGB (Red+Green+Blue) = 75+101+111=287 (38% of max value = 765). Red value is 75 (29.69% from 255 or 26.13% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 111 - color contains mainly: blue. Hex color #4B656F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B656F is #B49A90. Grayscale: #5E5E5E. Windows color (decimal): -11836049 or 7300427. OLE color: 7300427.
HSL color Cylindrical-coordinate representation of color #4B656F: hue angle of 196.67º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4B656F is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 101 | 111 | - |
| CMYK | 0.32 | 0.09 | 0 | 0.56 |
| HSL | 196.67º | 0.19% | 0.36% | - |
| HSV(B) | 196.67º | 0.32% | 0.44% | - |
| XYZ | 10.42 | 11.95 | 16.8 | - |
| YUV | 94.37 | 137.39 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 101 | 111 | 0.32 | 0.09 | 0 | 0.56 | 196.67 | 0.19 | 0.36 |
| Hex | 4B | 65 | 6F | 20 | 9 | 0 | 38 | C5 | 13 | 24 |
| Octal | 113 | 145 | 157 | 40 | 11 | 0 | 70 | 305 | 23 | 44 |
| Binary | 1001011 | 1100101 | 1101111 | 100000 | 1001 | 0 | 111000 | 11000101 | 10011 | 100100 |
Color Harmonies of #4B656F
Complementary color
Monochromatic Colors of #4B656F
Black with #4B656F
Text Example
Text Example
White with #4B656F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B656F; }
p { color: rgb(75,101,111); }
H1.HeaderClassName
{
color: #4B656F;
}
.AnyTagClassName
{
color: #4B656F;
}
</style>
background-color css
<style>
a { background-color: #4B656F; }
a { background-color: rgb(75,101,111); }
div.DivClassName
{
background-color: #4B656F;
}
.BgClassName
{
background-color: #4B656F;
}
</style>
border-color css
<style>
span { border-color: #4B656F; }
span { border-color: rgb(75,101,111); }
td.TdClassName
{
border-color: #4B656F;
}
.TagClassName
{
border-color: #4B656F;
}
</style>