Shades of Smalt Blue #416068
Tints of Smalt Blue #416068
RGB
CMYK
RGB Variations
Color information
#416068 (or 0x416068) is known color: Smalt Blue. HEX triplet: 41, 60 and 68. RGB value is (65,96,104). Sum of RGB (Red+Green+Blue) = 65+96+104=265 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.53% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 104 - color contains mainly: blue. Hex color #416068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416068 is #BE9F97. Grayscale: #575757. Windows color (decimal): -12492696 or 6840385. OLE color: 6840385.
HSL color Cylindrical-coordinate representation of color #416068: hue angle of 192.31º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #416068 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 65 | 96 | 104 | - |
| CMYK | 0.38 | 0.08 | 0 | 0.59 |
| HSL | 192.31º | 0.23% | 0.33% | - |
| HSV(B) | 192.31º | 0.38% | 0.41% | - |
| XYZ | 8.86 | 10.49 | 14.65 | - |
| YUV | 87.64 | 137.23 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 96 | 104 | 0.38 | 0.08 | 0 | 0.59 | 192.31 | 0.23 | 0.33 |
| Hex | 41 | 60 | 68 | 26 | 8 | 0 | 3B | C0 | 17 | 21 |
| Octal | 101 | 140 | 150 | 46 | 10 | 0 | 73 | 300 | 27 | 41 |
| Binary | 1000001 | 1100000 | 1101000 | 100110 | 1000 | 0 | 111011 | 11000000 | 10111 | 100001 |
Color Harmonies of #416068
Complementary color
Monochromatic Colors of #416068
Black with #416068
Text Example
Text Example
White with #416068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416068; }
p { color: rgb(65,96,104); }
H1.HeaderClassName
{
color: #416068;
}
.AnyTagClassName
{
color: #416068;
}
</style>
background-color css
<style>
a { background-color: #416068; }
a { background-color: rgb(65,96,104); }
div.DivClassName
{
background-color: #416068;
}
.BgClassName
{
background-color: #416068;
}
</style>
border-color css
<style>
span { border-color: #416068; }
span { border-color: rgb(65,96,104); }
td.TdClassName
{
border-color: #416068;
}
.TagClassName
{
border-color: #416068;
}
</style>