Shades of Smalt Blue #43626A
Tints of Smalt Blue #43626A
RGB
CMYK
RGB Variations
Color information
#43626A (or 0x43626A) is known color: Smalt Blue. HEX triplet: 43, 62 and 6A. RGB value is (67,98,106). Sum of RGB (Red+Green+Blue) = 67+98+106=271 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.72% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 106 (41.80% from 255 or 39.11% from 271); Max value from RGB is 106 - color contains mainly: blue. Hex color #43626A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43626A is #BC9D95. Grayscale: #595959. Windows color (decimal): -12361110 or 6971971. OLE color: 6971971.
HSL color Cylindrical-coordinate representation of color #43626A: hue angle of 192.31º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #43626A is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 67 | 98 | 106 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.58 |
| HSL | 192.31º | 0.23% | 0.34% | - |
| HSV(B) | 192.31º | 0.37% | 0.42% | - |
| XYZ | 9.28 | 10.97 | 15.26 | - |
| YUV | 89.64 | 137.23 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 98 | 106 | 0.37 | 0.08 | 0 | 0.58 | 192.31 | 0.23 | 0.34 |
| Hex | 43 | 62 | 6A | 25 | 8 | 0 | 3A | C0 | 17 | 22 |
| Octal | 103 | 142 | 152 | 45 | 10 | 0 | 72 | 300 | 27 | 42 |
| Binary | 1000011 | 1100010 | 1101010 | 100101 | 1000 | 0 | 111010 | 11000000 | 10111 | 100010 |
Color Harmonies of #43626A
Complementary color
Monochromatic Colors of #43626A
Black with #43626A
Text Example
Text Example
White with #43626A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43626A; }
p { color: rgb(67,98,106); }
H1.HeaderClassName
{
color: #43626A;
}
.AnyTagClassName
{
color: #43626A;
}
</style>
background-color css
<style>
a { background-color: #43626A; }
a { background-color: rgb(67,98,106); }
div.DivClassName
{
background-color: #43626A;
}
.BgClassName
{
background-color: #43626A;
}
</style>
border-color css
<style>
span { border-color: #43626A; }
span { border-color: rgb(67,98,106); }
td.TdClassName
{
border-color: #43626A;
}
.TagClassName
{
border-color: #43626A;
}
</style>