Shades of Dark Cyan #04848B
Tints of Dark Cyan #04848B
RGB
CMYK
RGB Variations
Color information
#04848B (or 0x04848B) is known color: Dark Cyan. HEX triplet: 04, 84 and 8B. RGB value is (4,132,139). Sum of RGB (Red+Green+Blue) = 4+132+139=275 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 275); Green value is 132 (51.95% from 255 or 48% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #04848B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04848B is #FB7B74. Grayscale: #5E5E5E. Windows color (decimal): -16481141 or 9143300. OLE color: 9143300.
HSL color Cylindrical-coordinate representation of color #04848B: hue angle of 183.11º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04848B is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 132 | 139 | - |
| CMYK | 0.97 | 0.05 | 0 | 0.45 |
| HSL | 183.11º | 0.94% | 0.28% | - |
| HSV(B) | 183.11º | 0.97% | 0.55% | - |
| XYZ | 12.96 | 18.39 | 27.29 | - |
| YUV | 94.53 | 153.09 | 63.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 132 | 139 | 0.97 | 0.05 | 0 | 0.45 | 183.11 | 0.94 | 0.28 |
| Hex | 4 | 84 | 8B | 61 | 5 | 0 | 2D | B7 | 5E | 1C |
| Octal | 4 | 204 | 213 | 141 | 5 | 0 | 55 | 267 | 136 | 34 |
| Binary | 100 | 10000100 | 10001011 | 1100001 | 101 | 0 | 101101 | 10110111 | 1011110 | 11100 |
Color Harmonies of #04848B
Complementary color
Monochromatic Colors of #04848B
Black with #04848B
Text Example
Text Example
White with #04848B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04848B; }
p { color: rgb(4,132,139); }
H1.HeaderClassName
{
color: #04848B;
}
.AnyTagClassName
{
color: #04848B;
}
</style>
background-color css
<style>
a { background-color: #04848B; }
a { background-color: rgb(4,132,139); }
div.DivClassName
{
background-color: #04848B;
}
.BgClassName
{
background-color: #04848B;
}
</style>
border-color css
<style>
span { border-color: #04848B; }
span { border-color: rgb(4,132,139); }
td.TdClassName
{
border-color: #04848B;
}
.TagClassName
{
border-color: #04848B;
}
</style>