Shades of Smalt Blue #4B666D
Tints of Smalt Blue #4B666D
RGB
CMYK
RGB Variations
Color information
#4B666D (or 0x4B666D) is known color: Smalt Blue. HEX triplet: 4B, 66 and 6D. RGB value is (75,102,109). Sum of RGB (Red+Green+Blue) = 75+102+109=286 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.22% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 109 - color contains mainly: blue. Hex color #4B666D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B666D is #B49992. Grayscale: #5E5E5E. Windows color (decimal): -11835795 or 7169611. OLE color: 7169611.
HSL color Cylindrical-coordinate representation of color #4B666D: hue angle of 192.35º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4B666D is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 75 | 102 | 109 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.57 |
| HSL | 192.35º | 0.18% | 0.36% | - |
| HSV(B) | 192.35º | 0.31% | 0.43% | - |
| XYZ | 10.41 | 12.1 | 16.26 | - |
| YUV | 94.73 | 136.05 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 102 | 109 | 0.31 | 0.06 | 0 | 0.57 | 192.35 | 0.18 | 0.36 |
| Hex | 4B | 66 | 6D | 1F | 6 | 0 | 39 | C0 | 12 | 24 |
| Octal | 113 | 146 | 155 | 37 | 6 | 0 | 71 | 300 | 22 | 44 |
| Binary | 1001011 | 1100110 | 1101101 | 11111 | 110 | 0 | 111001 | 11000000 | 10010 | 100100 |
Color Harmonies of #4B666D
Complementary color
Monochromatic Colors of #4B666D
Black with #4B666D
Text Example
Text Example
White with #4B666D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B666D; }
p { color: rgb(75,102,109); }
H1.HeaderClassName
{
color: #4B666D;
}
.AnyTagClassName
{
color: #4B666D;
}
</style>
background-color css
<style>
a { background-color: #4B666D; }
a { background-color: rgb(75,102,109); }
div.DivClassName
{
background-color: #4B666D;
}
.BgClassName
{
background-color: #4B666D;
}
</style>
border-color css
<style>
span { border-color: #4B666D; }
span { border-color: rgb(75,102,109); }
td.TdClassName
{
border-color: #4B666D;
}
.TagClassName
{
border-color: #4B666D;
}
</style>