Shades of Smalt Blue #416269
Tints of Smalt Blue #416269
RGB
CMYK
RGB Variations
Color information
#416269 (or 0x416269) is known color: Smalt Blue. HEX triplet: 41, 62 and 69. RGB value is (65,98,105). Sum of RGB (Red+Green+Blue) = 65+98+105=268 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.25% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 105 (41.41% from 255 or 39.18% from 268); Max value from RGB is 105 - color contains mainly: blue. Hex color #416269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416269 is #BE9D96. Grayscale: #585858. Windows color (decimal): -12492183 or 6906433. OLE color: 6906433.
HSL color Cylindrical-coordinate representation of color #416269: hue angle of 190.5º degrees, saturation: 0.24, 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 #416269 is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 65 | 98 | 105 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.59 |
| HSL | 190.5º | 0.24% | 0.33% | - |
| HSV(B) | 190.5º | 0.38% | 0.41% | - |
| XYZ | 9.1 | 10.88 | 14.98 | - |
| YUV | 88.93 | 137.07 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 98 | 105 | 0.38 | 0.07 | 0 | 0.59 | 190.5 | 0.24 | 0.33 |
| Hex | 41 | 62 | 69 | 26 | 7 | 0 | 3B | BE | 18 | 21 |
| Octal | 101 | 142 | 151 | 46 | 7 | 0 | 73 | 276 | 30 | 41 |
| Binary | 1000001 | 1100010 | 1101001 | 100110 | 111 | 0 | 111011 | 10111110 | 11000 | 100001 |
Color Harmonies of #416269
Complementary color
Monochromatic Colors of #416269
Black with #416269
Text Example
Text Example
White with #416269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416269; }
p { color: rgb(65,98,105); }
H1.HeaderClassName
{
color: #416269;
}
.AnyTagClassName
{
color: #416269;
}
</style>
background-color css
<style>
a { background-color: #416269; }
a { background-color: rgb(65,98,105); }
div.DivClassName
{
background-color: #416269;
}
.BgClassName
{
background-color: #416269;
}
</style>
border-color css
<style>
span { border-color: #416269; }
span { border-color: rgb(65,98,105); }
td.TdClassName
{
border-color: #416269;
}
.TagClassName
{
border-color: #416269;
}
</style>