Shades of Smalt Blue #4B6167
Tints of Smalt Blue #4B6167
RGB
CMYK
RGB Variations
Color information
#4B6167 (or 0x4B6167) is known color: Smalt Blue. HEX triplet: 4B, 61 and 67. RGB value is (75,97,103). Sum of RGB (Red+Green+Blue) = 75+97+103=275 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.27% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 103 (40.62% from 255 or 37.45% from 275); Max value from RGB is 103 - color contains mainly: blue. Hex color #4B6167 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6167 is #B49E98. Grayscale: #5B5B5B. Windows color (decimal): -11837081 or 6775115. OLE color: 6775115.
HSL color Cylindrical-coordinate representation of color #4B6167: hue angle of 192.86º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4B6167 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 75 | 97 | 103 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.60 |
| HSL | 192.86º | 0.16% | 0.35% | - |
| HSV(B) | 192.86º | 0.27% | 0.4% | - |
| XYZ | 9.62 | 11.02 | 14.45 | - |
| YUV | 91.11 | 134.71 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 97 | 103 | 0.27 | 0.06 | 0 | 0.60 | 192.86 | 0.16 | 0.35 |
| Hex | 4B | 61 | 67 | 1B | 6 | 0 | 3C | C1 | 10 | 23 |
| Octal | 113 | 141 | 147 | 33 | 6 | 0 | 74 | 301 | 20 | 43 |
| Binary | 1001011 | 1100001 | 1100111 | 11011 | 110 | 0 | 111100 | 11000001 | 10000 | 100011 |
Color Harmonies of #4B6167
Complementary color
Monochromatic Colors of #4B6167
Black with #4B6167
Text Example
Text Example
White with #4B6167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6167; }
p { color: rgb(75,97,103); }
H1.HeaderClassName
{
color: #4B6167;
}
.AnyTagClassName
{
color: #4B6167;
}
</style>
background-color css
<style>
a { background-color: #4B6167; }
a { background-color: rgb(75,97,103); }
div.DivClassName
{
background-color: #4B6167;
}
.BgClassName
{
background-color: #4B6167;
}
</style>
border-color css
<style>
span { border-color: #4B6167; }
span { border-color: rgb(75,97,103); }
td.TdClassName
{
border-color: #4B6167;
}
.TagClassName
{
border-color: #4B6167;
}
</style>