Shades of Smalt Blue #486269
Tints of Smalt Blue #486269
RGB
CMYK
RGB Variations
Color information
#486269 (or 0x486269) is known color: Smalt Blue. HEX triplet: 48, 62 and 69. RGB value is (72,98,105). Sum of RGB (Red+Green+Blue) = 72+98+105=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 105 (41.41% from 255 or 38.18% from 275); Max value from RGB is 105 - color contains mainly: blue. Hex color #486269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486269 is #B79D96. Grayscale: #5A5A5A. Windows color (decimal): -12033431 or 6906440. OLE color: 6906440.
HSL color Cylindrical-coordinate representation of color #486269: hue angle of 192.73º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #486269 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 98 | 105 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.59 |
| HSL | 192.73º | 0.19% | 0.35% | - |
| HSV(B) | 192.73º | 0.31% | 0.41% | - |
| XYZ | 9.59 | 11.13 | 15.01 | - |
| YUV | 91.02 | 135.89 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 98 | 105 | 0.31 | 0.07 | 0 | 0.59 | 192.73 | 0.19 | 0.35 |
| Hex | 48 | 62 | 69 | 1F | 7 | 0 | 3B | C1 | 13 | 23 |
| Octal | 110 | 142 | 151 | 37 | 7 | 0 | 73 | 301 | 23 | 43 |
| Binary | 1001000 | 1100010 | 1101001 | 11111 | 111 | 0 | 111011 | 11000001 | 10011 | 100011 |
Color Harmonies of #486269
Complementary color
Monochromatic Colors of #486269
Black with #486269
Text Example
Text Example
White with #486269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486269; }
p { color: rgb(72,98,105); }
H1.HeaderClassName
{
color: #486269;
}
.AnyTagClassName
{
color: #486269;
}
</style>
background-color css
<style>
a { background-color: #486269; }
a { background-color: rgb(72,98,105); }
div.DivClassName
{
background-color: #486269;
}
.BgClassName
{
background-color: #486269;
}
</style>
border-color css
<style>
span { border-color: #486269; }
span { border-color: rgb(72,98,105); }
td.TdClassName
{
border-color: #486269;
}
.TagClassName
{
border-color: #486269;
}
</style>