Shades of Smalt Blue #436066
Tints of Smalt Blue #436066
RGB
CMYK
RGB Variations
Color information
#436066 (or 0x436066) is known color: Smalt Blue. HEX triplet: 43, 60 and 66. RGB value is (67,96,102). Sum of RGB (Red+Green+Blue) = 67+96+102=265 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.28% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 102 (40.23% from 255 or 38.49% from 265); Max value from RGB is 102 - color contains mainly: blue. Hex color #436066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #436066 is #BC9F99. Grayscale: #575757. Windows color (decimal): -12361626 or 6709315. OLE color: 6709315.
HSL color Cylindrical-coordinate representation of color #436066: hue angle of 190.29º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #436066 is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 67 | 96 | 102 | - |
| CMYK | 0.34 | 0.06 | 0 | 0.6 |
| HSL | 190.29º | 0.21% | 0.33% | - |
| HSV(B) | 190.29º | 0.34% | 0.4% | - |
| XYZ | 8.9 | 10.52 | 14.13 | - |
| YUV | 88.01 | 135.89 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 96 | 102 | 0.34 | 0.06 | 0 | 0.6 | 190.29 | 0.21 | 0.33 |
| Hex | 43 | 60 | 66 | 22 | 6 | 0 | 3C | BE | 15 | 21 |
| Octal | 103 | 140 | 146 | 42 | 6 | 0 | 74 | 276 | 25 | 41 |
| Binary | 1000011 | 1100000 | 1100110 | 100010 | 110 | 0 | 111100 | 10111110 | 10101 | 100001 |
Color Harmonies of #436066
Complementary color
Monochromatic Colors of #436066
Black with #436066
Text Example
Text Example
White with #436066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436066; }
p { color: rgb(67,96,102); }
H1.HeaderClassName
{
color: #436066;
}
.AnyTagClassName
{
color: #436066;
}
</style>
background-color css
<style>
a { background-color: #436066; }
a { background-color: rgb(67,96,102); }
div.DivClassName
{
background-color: #436066;
}
.BgClassName
{
background-color: #436066;
}
</style>
border-color css
<style>
span { border-color: #436066; }
span { border-color: rgb(67,96,102); }
td.TdClassName
{
border-color: #436066;
}
.TagClassName
{
border-color: #436066;
}
</style>