Shades of Dark Cyan #049281
Tints of Dark Cyan #049281
RGB
CMYK
RGB Variations
Color information
#049281 (or 0x049281) is known color: Dark Cyan. HEX triplet: 04, 92 and 81. RGB value is (4,146,129). Sum of RGB (Red+Green+Blue) = 4+146+129=279 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 279); Green value is 146 (57.42% from 255 or 52.33% from 279); Blue value is 129 (50.78% from 255 or 46.24% from 279); Max value from RGB is 146 - color contains mainly: green. Hex color #049281 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049281 is #FB6D7E. Grayscale: #656565. Windows color (decimal): -16477567 or 8491524. OLE color: 8491524.
HSL color Cylindrical-coordinate representation of color #049281: hue angle of 172.82º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049281 is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 4 | 146 | 129 | - |
| CMYK | 0.97 | 0 | 0.12 | 0.43 |
| HSL | 172.82º | 0.95% | 0.29% | - |
| HSV(B) | 172.82º | 0.97% | 0.57% | - |
| XYZ | 14.29 | 22.17 | 24.29 | - |
| YUV | 101.6 | 143.46 | 58.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 146 | 129 | 0.97 | 0 | 0.12 | 0.43 | 172.82 | 0.95 | 0.29 |
| Hex | 4 | 92 | 81 | 61 | 0 | C | 2B | AD | 5F | 1D |
| Octal | 4 | 222 | 201 | 141 | 0 | 14 | 53 | 255 | 137 | 35 |
| Binary | 100 | 10010010 | 10000001 | 1100001 | 0 | 1100 | 101011 | 10101101 | 1011111 | 11101 |
Color Harmonies of #049281
Complementary color
Monochromatic Colors of #049281
Black with #049281
Text Example
Text Example
White with #049281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049281; }
p { color: rgb(4,146,129); }
H1.HeaderClassName
{
color: #049281;
}
.AnyTagClassName
{
color: #049281;
}
</style>
background-color css
<style>
a { background-color: #049281; }
a { background-color: rgb(4,146,129); }
div.DivClassName
{
background-color: #049281;
}
.BgClassName
{
background-color: #049281;
}
</style>
border-color css
<style>
span { border-color: #049281; }
span { border-color: rgb(4,146,129); }
td.TdClassName
{
border-color: #049281;
}
.TagClassName
{
border-color: #049281;
}
</style>