Shades of Smalt Blue #445F65
Tints of Smalt Blue #445F65
RGB
CMYK
RGB Variations
Color information
#445F65 (or 0x445F65) is known color: Smalt Blue. HEX triplet: 44, 5F and 65. RGB value is (68,95,101). Sum of RGB (Red+Green+Blue) = 68+95+101=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 101 - color contains mainly: blue. Hex color #445F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445F65 is #BBA09A. Grayscale: #575757. Windows color (decimal): -12296347 or 6643524. OLE color: 6643524.
HSL color Cylindrical-coordinate representation of color #445F65: hue angle of 190.91º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #445F65 is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 68 | 95 | 101 | - |
| CMYK | 0.33 | 0.06 | 0 | 0.60 |
| HSL | 190.91º | 0.2% | 0.33% | - |
| HSV(B) | 190.91º | 0.33% | 0.4% | - |
| XYZ | 8.83 | 10.35 | 13.85 | - |
| YUV | 87.61 | 135.55 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 95 | 101 | 0.33 | 0.06 | 0 | 0.60 | 190.91 | 0.2 | 0.33 |
| Hex | 44 | 5F | 65 | 21 | 6 | 0 | 3C | BF | 14 | 21 |
| Octal | 104 | 137 | 145 | 41 | 6 | 0 | 74 | 277 | 24 | 41 |
| Binary | 1000100 | 1011111 | 1100101 | 100001 | 110 | 0 | 111100 | 10111111 | 10100 | 100001 |
Color Harmonies of #445F65
Complementary color
Monochromatic Colors of #445F65
Black with #445F65
Text Example
Text Example
White with #445F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445F65; }
p { color: rgb(68,95,101); }
H1.HeaderClassName
{
color: #445F65;
}
.AnyTagClassName
{
color: #445F65;
}
</style>
background-color css
<style>
a { background-color: #445F65; }
a { background-color: rgb(68,95,101); }
div.DivClassName
{
background-color: #445F65;
}
.BgClassName
{
background-color: #445F65;
}
</style>
border-color css
<style>
span { border-color: #445F65; }
span { border-color: rgb(68,95,101); }
td.TdClassName
{
border-color: #445F65;
}
.TagClassName
{
border-color: #445F65;
}
</style>