Shades of Smalt Blue #485F67
Tints of Smalt Blue #485F67
RGB
CMYK
RGB Variations
Color information
#485F67 (or 0x485F67) is known color: Smalt Blue. HEX triplet: 48, 5F and 67. RGB value is (72,95,103). Sum of RGB (Red+Green+Blue) = 72+95+103=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 95 (37.5% from 255 or 35.19% from 270); Blue value is 103 (40.62% from 255 or 38.15% from 270); Max value from RGB is 103 - color contains mainly: blue. Hex color #485F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485F67 is #B7A098. Grayscale: #585858. Windows color (decimal): -12034201 or 6774600. OLE color: 6774600.
HSL color Cylindrical-coordinate representation of color #485F67: hue angle of 195.48º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #485F67 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 95 | 103 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.60 |
| HSL | 195.48º | 0.18% | 0.34% | - |
| HSV(B) | 195.48º | 0.3% | 0.4% | - |
| XYZ | 9.21 | 10.54 | 14.38 | - |
| YUV | 89.04 | 135.88 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 95 | 103 | 0.30 | 0.08 | 0 | 0.60 | 195.48 | 0.18 | 0.34 |
| Hex | 48 | 5F | 67 | 1E | 8 | 0 | 3C | C3 | 12 | 22 |
| Octal | 110 | 137 | 147 | 36 | 10 | 0 | 74 | 303 | 22 | 42 |
| Binary | 1001000 | 1011111 | 1100111 | 11110 | 1000 | 0 | 111100 | 11000011 | 10010 | 100010 |
Color Harmonies of #485F67
Complementary color
Monochromatic Colors of #485F67
Black with #485F67
Text Example
Text Example
White with #485F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485F67; }
p { color: rgb(72,95,103); }
H1.HeaderClassName
{
color: #485F67;
}
.AnyTagClassName
{
color: #485F67;
}
</style>
background-color css
<style>
a { background-color: #485F67; }
a { background-color: rgb(72,95,103); }
div.DivClassName
{
background-color: #485F67;
}
.BgClassName
{
background-color: #485F67;
}
</style>
border-color css
<style>
span { border-color: #485F67; }
span { border-color: rgb(72,95,103); }
td.TdClassName
{
border-color: #485F67;
}
.TagClassName
{
border-color: #485F67;
}
</style>