Shades of Smalt Blue #425F63
Tints of Smalt Blue #425F63
RGB
CMYK
RGB Variations
Color information
#425F63 (or 0x425F63) is known color: Smalt Blue. HEX triplet: 42, 5F and 63. RGB value is (66,95,99). Sum of RGB (Red+Green+Blue) = 66+95+99=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 95 (37.5% from 255 or 36.54% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 99 - color contains mainly: blue. Hex color #425F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425F63 is #BDA09C. Grayscale: #565656. Windows color (decimal): -12427421 or 6512450. OLE color: 6512450.
HSL color Cylindrical-coordinate representation of color #425F63: hue angle of 187.27º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #425F63 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 66 | 95 | 99 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.61 |
| HSL | 187.27º | 0.2% | 0.32% | - |
| HSV(B) | 187.27º | 0.33% | 0.39% | - |
| XYZ | 8.59 | 10.24 | 13.33 | - |
| YUV | 86.79 | 134.89 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 95 | 99 | 0.33 | 0.04 | 0 | 0.61 | 187.27 | 0.2 | 0.32 |
| Hex | 42 | 5F | 63 | 21 | 4 | 0 | 3D | BB | 14 | 20 |
| Octal | 102 | 137 | 143 | 41 | 4 | 0 | 75 | 273 | 24 | 40 |
| Binary | 1000010 | 1011111 | 1100011 | 100001 | 100 | 0 | 111101 | 10111011 | 10100 | 100000 |
Color Harmonies of #425F63
Complementary color
Monochromatic Colors of #425F63
Black with #425F63
Text Example
Text Example
White with #425F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425F63; }
p { color: rgb(66,95,99); }
H1.HeaderClassName
{
color: #425F63;
}
.AnyTagClassName
{
color: #425F63;
}
</style>
background-color css
<style>
a { background-color: #425F63; }
a { background-color: rgb(66,95,99); }
div.DivClassName
{
background-color: #425F63;
}
.BgClassName
{
background-color: #425F63;
}
</style>
border-color css
<style>
span { border-color: #425F63; }
span { border-color: rgb(66,95,99); }
td.TdClassName
{
border-color: #425F63;
}
.TagClassName
{
border-color: #425F63;
}
</style>