Shades of Smalt Blue #4A6369
Tints of Smalt Blue #4A6369
RGB
CMYK
RGB Variations
Color information
#4A6369 (or 0x4A6369) is known color: Smalt Blue. HEX triplet: 4A, 63 and 69. RGB value is (74,99,105). Sum of RGB (Red+Green+Blue) = 74+99+105=278 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.62% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 105 (41.41% from 255 or 37.77% from 278); Max value from RGB is 105 - color contains mainly: blue. Hex color #4A6369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6369 is #B59C96. Grayscale: #5C5C5C. Windows color (decimal): -11902103 or 6906698. OLE color: 6906698.
HSL color Cylindrical-coordinate representation of color #4A6369: hue angle of 191.61º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4A6369 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 74 | 99 | 105 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.59 |
| HSL | 191.61º | 0.17% | 0.35% | - |
| HSV(B) | 191.61º | 0.3% | 0.41% | - |
| XYZ | 9.84 | 11.4 | 15.05 | - |
| YUV | 92.21 | 135.22 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 99 | 105 | 0.30 | 0.06 | 0 | 0.59 | 191.61 | 0.17 | 0.35 |
| Hex | 4A | 63 | 69 | 1E | 6 | 0 | 3B | C0 | 11 | 23 |
| Octal | 112 | 143 | 151 | 36 | 6 | 0 | 73 | 300 | 21 | 43 |
| Binary | 1001010 | 1100011 | 1101001 | 11110 | 110 | 0 | 111011 | 11000000 | 10001 | 100011 |
Color Harmonies of #4A6369
Complementary color
Monochromatic Colors of #4A6369
Black with #4A6369
Text Example
Text Example
White with #4A6369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6369; }
p { color: rgb(74,99,105); }
H1.HeaderClassName
{
color: #4A6369;
}
.AnyTagClassName
{
color: #4A6369;
}
</style>
background-color css
<style>
a { background-color: #4A6369; }
a { background-color: rgb(74,99,105); }
div.DivClassName
{
background-color: #4A6369;
}
.BgClassName
{
background-color: #4A6369;
}
</style>
border-color css
<style>
span { border-color: #4A6369; }
span { border-color: rgb(74,99,105); }
td.TdClassName
{
border-color: #4A6369;
}
.TagClassName
{
border-color: #4A6369;
}
</style>