Shades of Smalt Blue #45616A
Tints of Smalt Blue #45616A
RGB
CMYK
RGB Variations
Color information
#45616A (or 0x45616A) is known color: Smalt Blue. HEX triplet: 45, 61 and 6A. RGB value is (69,97,106). Sum of RGB (Red+Green+Blue) = 69+97+106=272 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.37% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 106 (41.80% from 255 or 38.97% from 272); Max value from RGB is 106 - color contains mainly: blue. Hex color #45616A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45616A is #BA9E95. Grayscale: #595959. Windows color (decimal): -12230294 or 6971717. OLE color: 6971717.
HSL color Cylindrical-coordinate representation of color #45616A: hue angle of 194.59º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #45616A is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 69 | 97 | 106 | - |
| CMYK | 0.35 | 0.08 | 0 | 0.58 |
| HSL | 194.59º | 0.21% | 0.34% | - |
| HSV(B) | 194.59º | 0.35% | 0.42% | - |
| XYZ | 9.33 | 10.86 | 15.24 | - |
| YUV | 89.65 | 137.22 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 97 | 106 | 0.35 | 0.08 | 0 | 0.58 | 194.59 | 0.21 | 0.34 |
| Hex | 45 | 61 | 6A | 23 | 8 | 0 | 3A | C3 | 15 | 22 |
| Octal | 105 | 141 | 152 | 43 | 10 | 0 | 72 | 303 | 25 | 42 |
| Binary | 1000101 | 1100001 | 1101010 | 100011 | 1000 | 0 | 111010 | 11000011 | 10101 | 100010 |
Color Harmonies of #45616A
Complementary color
Monochromatic Colors of #45616A
Black with #45616A
Text Example
Text Example
White with #45616A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45616A; }
p { color: rgb(69,97,106); }
H1.HeaderClassName
{
color: #45616A;
}
.AnyTagClassName
{
color: #45616A;
}
</style>
background-color css
<style>
a { background-color: #45616A; }
a { background-color: rgb(69,97,106); }
div.DivClassName
{
background-color: #45616A;
}
.BgClassName
{
background-color: #45616A;
}
</style>
border-color css
<style>
span { border-color: #45616A; }
span { border-color: rgb(69,97,106); }
td.TdClassName
{
border-color: #45616A;
}
.TagClassName
{
border-color: #45616A;
}
</style>