Shades of Eastern Blue #048DA0
Tints of Eastern Blue #048DA0
RGB
CMYK
RGB Variations
Color information
#048DA0 (or 0x048DA0) is known color: Eastern Blue. HEX triplet: 04, 8D and A0. RGB value is (4,141,160). Sum of RGB (Red+Green+Blue) = 4+141+160=305 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 305); Green value is 141 (55.47% from 255 or 46.23% from 305); Blue value is 160 (62.89% from 255 or 52.46% from 305); Max value from RGB is 160 - color contains mainly: blue. Hex color #048DA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048DA0 is #FB725F. Grayscale: #656565. Windows color (decimal): -16478816 or 10521860. OLE color: 10521860.
HSL color Cylindrical-coordinate representation of color #048DA0: hue angle of 187.31º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048DA0 is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 4 | 141 | 160 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.37 |
| HSL | 187.31º | 0.95% | 0.32% | - |
| HSV(B) | 187.31º | 0.98% | 0.63% | - |
| XYZ | 15.92 | 21.61 | 36.59 | - |
| YUV | 102.2 | 160.61 | 57.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 141 | 160 | 0.98 | 0.12 | 0 | 0.37 | 187.31 | 0.95 | 0.32 |
| Hex | 4 | 8D | A0 | 62 | C | 0 | 25 | BB | 5F | 20 |
| Octal | 4 | 215 | 240 | 142 | 14 | 0 | 45 | 273 | 137 | 40 |
| Binary | 100 | 10001101 | 10100000 | 1100010 | 1100 | 0 | 100101 | 10111011 | 1011111 | 100000 |
Color Harmonies of #048DA0
Complementary color
Monochromatic Colors of #048DA0
Black with #048DA0
Text Example
Text Example
White with #048DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048DA0; }
p { color: rgb(4,141,160); }
H1.HeaderClassName
{
color: #048DA0;
}
.AnyTagClassName
{
color: #048DA0;
}
</style>
background-color css
<style>
a { background-color: #048DA0; }
a { background-color: rgb(4,141,160); }
div.DivClassName
{
background-color: #048DA0;
}
.BgClassName
{
background-color: #048DA0;
}
</style>
border-color css
<style>
span { border-color: #048DA0; }
span { border-color: rgb(4,141,160); }
td.TdClassName
{
border-color: #048DA0;
}
.TagClassName
{
border-color: #048DA0;
}
</style>