Shades of Eastern Blue #048BAC
Tints of Eastern Blue #048BAC
RGB
CMYK
RGB Variations
Color information
#048BAC (or 0x048BAC) is known color: Eastern Blue. HEX triplet: 04, 8B and AC. RGB value is (4,139,172). Sum of RGB (Red+Green+Blue) = 4+139+172=315 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 315); Green value is 139 (54.69% from 255 or 44.13% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #048BAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048BAC is #FB7453. Grayscale: #666666. Windows color (decimal): -16479316 or 11307780. OLE color: 11307780.
HSL color Cylindrical-coordinate representation of color #048BAC: hue angle of 191.79º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048BAC is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 139 | 172 | - |
| CMYK | 0.98 | 0.19 | 0 | 0.33 |
| HSL | 191.79º | 0.95% | 0.35% | - |
| HSV(B) | 191.79º | 0.98% | 0.67% | - |
| XYZ | 16.73 | 21.47 | 42.29 | - |
| YUV | 102.4 | 167.27 | 57.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 139 | 172 | 0.98 | 0.19 | 0 | 0.33 | 191.79 | 0.95 | 0.35 |
| Hex | 4 | 8B | AC | 62 | 13 | 0 | 21 | C0 | 5F | 23 |
| Octal | 4 | 213 | 254 | 142 | 23 | 0 | 41 | 300 | 137 | 43 |
| Binary | 100 | 10001011 | 10101100 | 1100010 | 10011 | 0 | 100001 | 11000000 | 1011111 | 100011 |
Color Harmonies of #048BAC
Complementary color
Monochromatic Colors of #048BAC
Black with #048BAC
Text Example
Text Example
White with #048BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048BAC; }
p { color: rgb(4,139,172); }
H1.HeaderClassName
{
color: #048BAC;
}
.AnyTagClassName
{
color: #048BAC;
}
</style>
background-color css
<style>
a { background-color: #048BAC; }
a { background-color: rgb(4,139,172); }
div.DivClassName
{
background-color: #048BAC;
}
.BgClassName
{
background-color: #048BAC;
}
</style>
border-color css
<style>
span { border-color: #048BAC; }
span { border-color: rgb(4,139,172); }
td.TdClassName
{
border-color: #048BAC;
}
.TagClassName
{
border-color: #048BAC;
}
</style>