Shades of Persian Green #049EA4
Tints of Persian Green #049EA4
RGB
CMYK
RGB Variations
Color information
#049EA4 (or 0x049EA4) is known color: Persian Green. HEX triplet: 04, 9E and A4. RGB value is (4,158,164). Sum of RGB (Red+Green+Blue) = 4+158+164=326 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 326); Green value is 158 (62.11% from 255 or 48.47% from 326); Blue value is 164 (64.45% from 255 or 50.31% from 326); Max value from RGB is 164 - color contains mainly: blue. Hex color #049EA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049EA4 is #FB615B. Grayscale: #707070. Windows color (decimal): -16474460 or 10788356. OLE color: 10788356.
HSL color Cylindrical-coordinate representation of color #049EA4: hue angle of 182.25º 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 #049EA4 is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 4 | 158 | 164 | - |
| CMYK | 0.98 | 0.04 | 0 | 0.36 |
| HSL | 182.25º | 0.95% | 0.33% | - |
| HSV(B) | 182.25º | 0.98% | 0.64% | - |
| XYZ | 18.98 | 27.16 | 39.36 | - |
| YUV | 112.64 | 156.98 | 50.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 158 | 164 | 0.98 | 0.04 | 0 | 0.36 | 182.25 | 0.95 | 0.33 |
| Hex | 4 | 9E | A4 | 62 | 4 | 0 | 24 | B6 | 5F | 21 |
| Octal | 4 | 236 | 244 | 142 | 4 | 0 | 44 | 266 | 137 | 41 |
| Binary | 100 | 10011110 | 10100100 | 1100010 | 100 | 0 | 100100 | 10110110 | 1011111 | 100001 |
Color Harmonies of #049EA4
Complementary color
Monochromatic Colors of #049EA4
Black with #049EA4
Text Example
Text Example
White with #049EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049EA4; }
p { color: rgb(4,158,164); }
H1.HeaderClassName
{
color: #049EA4;
}
.AnyTagClassName
{
color: #049EA4;
}
</style>
background-color css
<style>
a { background-color: #049EA4; }
a { background-color: rgb(4,158,164); }
div.DivClassName
{
background-color: #049EA4;
}
.BgClassName
{
background-color: #049EA4;
}
</style>
border-color css
<style>
span { border-color: #049EA4; }
span { border-color: rgb(4,158,164); }
td.TdClassName
{
border-color: #049EA4;
}
.TagClassName
{
border-color: #049EA4;
}
</style>