Shades of Eastern Blue #048D9C
Tints of Eastern Blue #048D9C
RGB
CMYK
RGB Variations
Color information
#048D9C (or 0x048D9C) is known color: Eastern Blue. HEX triplet: 04, 8D and 9C. RGB value is (4,141,156). Sum of RGB (Red+Green+Blue) = 4+141+156=301 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 301); Green value is 141 (55.47% from 255 or 46.84% from 301); Blue value is 156 (61.33% from 255 or 51.83% from 301); Max value from RGB is 156 - color contains mainly: blue. Hex color #048D9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048D9C is #FB7263. Grayscale: #656565. Windows color (decimal): -16478820 or 10259716. OLE color: 10259716.
HSL color Cylindrical-coordinate representation of color #048D9C: hue angle of 185.92º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048D9C is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 4 | 141 | 156 | - |
| CMYK | 0.97 | 0.10 | 0 | 0.39 |
| HSL | 185.92º | 0.95% | 0.31% | - |
| HSV(B) | 185.92º | 0.97% | 0.61% | - |
| XYZ | 15.58 | 21.48 | 34.78 | - |
| YUV | 101.75 | 158.61 | 58.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 141 | 156 | 0.97 | 0.10 | 0 | 0.39 | 185.92 | 0.95 | 0.31 |
| Hex | 4 | 8D | 9C | 61 | A | 0 | 27 | BA | 5F | 1F |
| Octal | 4 | 215 | 234 | 141 | 12 | 0 | 47 | 272 | 137 | 37 |
| Binary | 100 | 10001101 | 10011100 | 1100001 | 1010 | 0 | 100111 | 10111010 | 1011111 | 11111 |
Color Harmonies of #048D9C
Complementary color
Monochromatic Colors of #048D9C
Black with #048D9C
Text Example
Text Example
White with #048D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048D9C; }
p { color: rgb(4,141,156); }
H1.HeaderClassName
{
color: #048D9C;
}
.AnyTagClassName
{
color: #048D9C;
}
</style>
background-color css
<style>
a { background-color: #048D9C; }
a { background-color: rgb(4,141,156); }
div.DivClassName
{
background-color: #048D9C;
}
.BgClassName
{
background-color: #048D9C;
}
</style>
border-color css
<style>
span { border-color: #048D9C; }
span { border-color: rgb(4,141,156); }
td.TdClassName
{
border-color: #048D9C;
}
.TagClassName
{
border-color: #048D9C;
}
</style>