Shades of Eastern Blue #048BAB
Tints of Eastern Blue #048BAB
RGB
CMYK
RGB Variations
Color information
#048BAB (or 0x048BAB) is known color: Eastern Blue. HEX triplet: 04, 8B and AB. RGB value is (4,139,171). Sum of RGB (Red+Green+Blue) = 4+139+171=314 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 314); Green value is 139 (54.69% from 255 or 44.27% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #048BAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048BAB is #FB7454. Grayscale: #666666. Windows color (decimal): -16479317 or 11242244. OLE color: 11242244.
HSL color Cylindrical-coordinate representation of color #048BAB: hue angle of 191.5º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048BAB is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 139 | 171 | - |
| CMYK | 0.98 | 0.19 | 0 | 0.33 |
| HSL | 191.5º | 0.95% | 0.34% | - |
| HSV(B) | 191.5º | 0.98% | 0.67% | - |
| XYZ | 16.63 | 21.43 | 41.79 | - |
| YUV | 102.28 | 166.77 | 57.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 139 | 171 | 0.98 | 0.19 | 0 | 0.33 | 191.5 | 0.95 | 0.34 |
| Hex | 4 | 8B | AB | 62 | 13 | 0 | 21 | BF | 5F | 22 |
| Octal | 4 | 213 | 253 | 142 | 23 | 0 | 41 | 277 | 137 | 42 |
| Binary | 100 | 10001011 | 10101011 | 1100010 | 10011 | 0 | 100001 | 10111111 | 1011111 | 100010 |
Color Harmonies of #048BAB
Complementary color
Monochromatic Colors of #048BAB
Black with #048BAB
Text Example
Text Example
White with #048BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048BAB; }
p { color: rgb(4,139,171); }
H1.HeaderClassName
{
color: #048BAB;
}
.AnyTagClassName
{
color: #048BAB;
}
</style>
background-color css
<style>
a { background-color: #048BAB; }
a { background-color: rgb(4,139,171); }
div.DivClassName
{
background-color: #048BAB;
}
.BgClassName
{
background-color: #048BAB;
}
</style>
border-color css
<style>
span { border-color: #048BAB; }
span { border-color: rgb(4,139,171); }
td.TdClassName
{
border-color: #048BAB;
}
.TagClassName
{
border-color: #048BAB;
}
</style>