Shades of Salem #047F4B
Tints of Salem #047F4B
RGB
CMYK
RGB Variations
Color information
#047F4B (or 0x047F4B) is known color: Salem. HEX triplet: 04, 7F and 4B. RGB value is (4,127,75). Sum of RGB (Red+Green+Blue) = 4+127+75=206 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.94% from 206); Green value is 127 (50% from 255 or 61.65% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 127 - color contains mainly: green. Hex color #047F4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047F4B is #FB80B4. Grayscale: #545454. Windows color (decimal): -16482485 or 4947716. OLE color: 4947716.
HSL color Cylindrical-coordinate representation of color #047F4B: hue angle of 154.63º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047F4B is Cyan = 0.97, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 4 | 127 | 75 | - |
| CMYK | 0.97 | 0 | 0.41 | 0.50 |
| HSL | 154.63º | 0.94% | 0.26% | - |
| HSV(B) | 154.63º | 0.97% | 0.5% | - |
| XYZ | 8.91 | 15.71 | 9.22 | - |
| YUV | 84.3 | 122.75 | 70.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 127 | 75 | 0.97 | 0 | 0.41 | 0.50 | 154.63 | 0.94 | 0.26 |
| Hex | 4 | 7F | 4B | 61 | 0 | 29 | 32 | 9B | 5E | 1A |
| Octal | 4 | 177 | 113 | 141 | 0 | 51 | 62 | 233 | 136 | 32 |
| Binary | 100 | 1111111 | 1001011 | 1100001 | 0 | 101001 | 110010 | 10011011 | 1011110 | 11010 |
Color Harmonies of #047F4B
Complementary color
Monochromatic Colors of #047F4B
Black with #047F4B
Text Example
Text Example
White with #047F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047F4B; }
p { color: rgb(4,127,75); }
H1.HeaderClassName
{
color: #047F4B;
}
.AnyTagClassName
{
color: #047F4B;
}
</style>
background-color css
<style>
a { background-color: #047F4B; }
a { background-color: rgb(4,127,75); }
div.DivClassName
{
background-color: #047F4B;
}
.BgClassName
{
background-color: #047F4B;
}
</style>
border-color css
<style>
span { border-color: #047F4B; }
span { border-color: rgb(4,127,75); }
td.TdClassName
{
border-color: #047F4B;
}
.TagClassName
{
border-color: #047F4B;
}
</style>