Shades of Eastern Blue #048DA1
Tints of Eastern Blue #048DA1
RGB
CMYK
RGB Variations
Color information
#048DA1 (or 0x048DA1) is known color: Eastern Blue. HEX triplet: 04, 8D and A1. RGB value is (4,141,161). Sum of RGB (Red+Green+Blue) = 4+141+161=306 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 306); Green value is 141 (55.47% from 255 or 46.08% from 306); Blue value is 161 (63.28% from 255 or 52.61% from 306); Max value from RGB is 161 - color contains mainly: blue. Hex color #048DA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048DA1 is #FB725E. Grayscale: #666666. Windows color (decimal): -16478815 or 10587396. OLE color: 10587396.
HSL color Cylindrical-coordinate representation of color #048DA1: hue angle of 187.64º 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 #048DA1 is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 4 | 141 | 161 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.37 |
| HSL | 187.64º | 0.95% | 0.32% | - |
| HSV(B) | 187.64º | 0.98% | 0.63% | - |
| XYZ | 16.01 | 21.65 | 37.05 | - |
| YUV | 102.32 | 161.11 | 57.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 141 | 161 | 0.98 | 0.12 | 0 | 0.37 | 187.64 | 0.95 | 0.32 |
| Hex | 4 | 8D | A1 | 62 | C | 0 | 25 | BC | 5F | 20 |
| Octal | 4 | 215 | 241 | 142 | 14 | 0 | 45 | 274 | 137 | 40 |
| Binary | 100 | 10001101 | 10100001 | 1100010 | 1100 | 0 | 100101 | 10111100 | 1011111 | 100000 |
Color Harmonies of #048DA1
Complementary color
Monochromatic Colors of #048DA1
Black with #048DA1
Text Example
Text Example
White with #048DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048DA1; }
p { color: rgb(4,141,161); }
H1.HeaderClassName
{
color: #048DA1;
}
.AnyTagClassName
{
color: #048DA1;
}
</style>
background-color css
<style>
a { background-color: #048DA1; }
a { background-color: rgb(4,141,161); }
div.DivClassName
{
background-color: #048DA1;
}
.BgClassName
{
background-color: #048DA1;
}
</style>
border-color css
<style>
span { border-color: #048DA1; }
span { border-color: rgb(4,141,161); }
td.TdClassName
{
border-color: #048DA1;
}
.TagClassName
{
border-color: #048DA1;
}
</style>