Shades of Smalt Blue #41626C
Tints of Smalt Blue #41626C
RGB
CMYK
RGB Variations
Color information
#41626C (or 0x41626C) is known color: Smalt Blue. HEX triplet: 41, 62 and 6C. RGB value is (65,98,108). Sum of RGB (Red+Green+Blue) = 65+98+108=271 (35% of max value = 765). Red value is 65 (25.78% from 255 or 23.99% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 108 - color contains mainly: blue. Hex color #41626C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41626C is #BE9D93. Grayscale: #595959. Windows color (decimal): -12492180 or 7103041. OLE color: 7103041.
HSL color Cylindrical-coordinate representation of color #41626C: hue angle of 193.95º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #41626C is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 98 | 108 | - |
| CMYK | 0.40 | 0.09 | 0 | 0.58 |
| HSL | 193.95º | 0.25% | 0.34% | - |
| HSV(B) | 193.95º | 0.4% | 0.42% | - |
| XYZ | 9.25 | 10.94 | 15.81 | - |
| YUV | 89.27 | 138.57 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 98 | 108 | 0.40 | 0.09 | 0 | 0.58 | 193.95 | 0.25 | 0.34 |
| Hex | 41 | 62 | 6C | 28 | 9 | 0 | 3A | C2 | 19 | 22 |
| Octal | 101 | 142 | 154 | 50 | 11 | 0 | 72 | 302 | 31 | 42 |
| Binary | 1000001 | 1100010 | 1101100 | 101000 | 1001 | 0 | 111010 | 11000010 | 11001 | 100010 |
Color Harmonies of #41626C
Complementary color
Monochromatic Colors of #41626C
Black with #41626C
Text Example
Text Example
White with #41626C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41626C; }
p { color: rgb(65,98,108); }
H1.HeaderClassName
{
color: #41626C;
}
.AnyTagClassName
{
color: #41626C;
}
</style>
background-color css
<style>
a { background-color: #41626C; }
a { background-color: rgb(65,98,108); }
div.DivClassName
{
background-color: #41626C;
}
.BgClassName
{
background-color: #41626C;
}
</style>
border-color css
<style>
span { border-color: #41626C; }
span { border-color: rgb(65,98,108); }
td.TdClassName
{
border-color: #41626C;
}
.TagClassName
{
border-color: #41626C;
}
</style>