Shades of Persian Green #049FA4
Tints of Persian Green #049FA4
RGB
CMYK
RGB Variations
Color information
#049FA4 (or 0x049FA4) is known color: Persian Green. HEX triplet: 04, 9F and A4. RGB value is (4,159,164). Sum of RGB (Red+Green+Blue) = 4+159+164=327 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 327); Green value is 159 (62.5% from 255 or 48.62% from 327); Blue value is 164 (64.45% from 255 or 50.15% from 327); Max value from RGB is 164 - color contains mainly: blue. Hex color #049FA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049FA4 is #FB605B. Grayscale: #717171. Windows color (decimal): -16474204 or 10788612. OLE color: 10788612.
HSL color Cylindrical-coordinate representation of color #049FA4: hue angle of 181.88º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049FA4 is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 4 | 159 | 164 | - |
| CMYK | 0.98 | 0.03 | 0 | 0.36 |
| HSL | 181.88º | 0.95% | 0.33% | - |
| HSV(B) | 181.88º | 0.98% | 0.64% | - |
| XYZ | 19.15 | 27.5 | 39.42 | - |
| YUV | 113.23 | 156.65 | 50.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 159 | 164 | 0.98 | 0.03 | 0 | 0.36 | 181.88 | 0.95 | 0.33 |
| Hex | 4 | 9F | A4 | 62 | 3 | 0 | 24 | B6 | 5F | 21 |
| Octal | 4 | 237 | 244 | 142 | 3 | 0 | 44 | 266 | 137 | 41 |
| Binary | 100 | 10011111 | 10100100 | 1100010 | 11 | 0 | 100100 | 10110110 | 1011111 | 100001 |
Color Harmonies of #049FA4
Complementary color
Monochromatic Colors of #049FA4
Black with #049FA4
Text Example
Text Example
White with #049FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049FA4; }
p { color: rgb(4,159,164); }
H1.HeaderClassName
{
color: #049FA4;
}
.AnyTagClassName
{
color: #049FA4;
}
</style>
background-color css
<style>
a { background-color: #049FA4; }
a { background-color: rgb(4,159,164); }
div.DivClassName
{
background-color: #049FA4;
}
.BgClassName
{
background-color: #049FA4;
}
</style>
border-color css
<style>
span { border-color: #049FA4; }
span { border-color: rgb(4,159,164); }
td.TdClassName
{
border-color: #049FA4;
}
.TagClassName
{
border-color: #049FA4;
}
</style>