Shades of Dark Cyan #049183
Tints of Dark Cyan #049183
RGB
CMYK
RGB Variations
Color information
#049183 (or 0x049183) is known color: Dark Cyan. HEX triplet: 04, 91 and 83. RGB value is (4,145,131). Sum of RGB (Red+Green+Blue) = 4+145+131=280 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 280); Green value is 145 (57.03% from 255 or 51.79% from 280); Blue value is 131 (51.56% from 255 or 46.79% from 280); Max value from RGB is 145 - color contains mainly: green. Hex color #049183 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049183 is #FB6E7C. Grayscale: #656565. Windows color (decimal): -16477821 or 8622340. OLE color: 8622340.
HSL color Cylindrical-coordinate representation of color #049183: hue angle of 174.04º 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 #049183 is Cyan = 0.97, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 4 | 145 | 131 | - |
| CMYK | 0.97 | 0 | 0.10 | 0.43 |
| HSL | 174.04º | 0.95% | 0.29% | - |
| HSV(B) | 174.04º | 0.97% | 0.57% | - |
| XYZ | 14.27 | 21.92 | 24.95 | - |
| YUV | 101.25 | 144.79 | 58.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 145 | 131 | 0.97 | 0 | 0.10 | 0.43 | 174.04 | 0.95 | 0.29 |
| Hex | 4 | 91 | 83 | 61 | 0 | A | 2B | AE | 5F | 1D |
| Octal | 4 | 221 | 203 | 141 | 0 | 12 | 53 | 256 | 137 | 35 |
| Binary | 100 | 10010001 | 10000011 | 1100001 | 0 | 1010 | 101011 | 10101110 | 1011111 | 11101 |
Color Harmonies of #049183
Complementary color
Monochromatic Colors of #049183
Black with #049183
Text Example
Text Example
White with #049183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049183; }
p { color: rgb(4,145,131); }
H1.HeaderClassName
{
color: #049183;
}
.AnyTagClassName
{
color: #049183;
}
</style>
background-color css
<style>
a { background-color: #049183; }
a { background-color: rgb(4,145,131); }
div.DivClassName
{
background-color: #049183;
}
.BgClassName
{
background-color: #049183;
}
</style>
border-color css
<style>
span { border-color: #049183; }
span { border-color: rgb(4,145,131); }
td.TdClassName
{
border-color: #049183;
}
.TagClassName
{
border-color: #049183;
}
</style>