Shades of Dark Cyan #047F90
Tints of Dark Cyan #047F90
RGB
CMYK
RGB Variations
Color information
#047F90 (or 0x047F90) is known color: Dark Cyan. HEX triplet: 04, 7F and 90. RGB value is (4,127,144). Sum of RGB (Red+Green+Blue) = 4+127+144=275 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 275); Green value is 127 (50% from 255 or 46.18% from 275); Blue value is 144 (56.64% from 255 or 52.36% from 275); Max value from RGB is 144 - color contains mainly: blue. Hex color #047F90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047F90 is #FB806F. Grayscale: #5B5B5B. Windows color (decimal): -16482416 or 9469700. OLE color: 9469700.
HSL color Cylindrical-coordinate representation of color #047F90: hue angle of 187.29º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047F90 is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 4 | 127 | 144 | - |
| CMYK | 0.97 | 0.12 | 0 | 0.44 |
| HSL | 187.29º | 0.95% | 0.29% | - |
| HSV(B) | 187.29º | 0.97% | 0.56% | - |
| XYZ | 12.67 | 17.22 | 29.04 | - |
| YUV | 92.16 | 157.25 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 127 | 144 | 0.97 | 0.12 | 0 | 0.44 | 187.29 | 0.95 | 0.29 |
| Hex | 4 | 7F | 90 | 61 | C | 0 | 2C | BB | 5F | 1D |
| Octal | 4 | 177 | 220 | 141 | 14 | 0 | 54 | 273 | 137 | 35 |
| Binary | 100 | 1111111 | 10010000 | 1100001 | 1100 | 0 | 101100 | 10111011 | 1011111 | 11101 |
Color Harmonies of #047F90
Complementary color
Monochromatic Colors of #047F90
Black with #047F90
Text Example
Text Example
White with #047F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047F90; }
p { color: rgb(4,127,144); }
H1.HeaderClassName
{
color: #047F90;
}
.AnyTagClassName
{
color: #047F90;
}
</style>
background-color css
<style>
a { background-color: #047F90; }
a { background-color: rgb(4,127,144); }
div.DivClassName
{
background-color: #047F90;
}
.BgClassName
{
background-color: #047F90;
}
</style>
border-color css
<style>
span { border-color: #047F90; }
span { border-color: rgb(4,127,144); }
td.TdClassName
{
border-color: #047F90;
}
.TagClassName
{
border-color: #047F90;
}
</style>