Shades of Eastern Blue #048AAC
Tints of Eastern Blue #048AAC
RGB
CMYK
RGB Variations
Color information
#048AAC (or 0x048AAC) is known color: Eastern Blue. HEX triplet: 04, 8A and AC. RGB value is (4,138,172). Sum of RGB (Red+Green+Blue) = 4+138+172=314 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 314); Green value is 138 (54.30% from 255 or 43.95% from 314); Blue value is 172 (67.58% from 255 or 54.78% from 314); Max value from RGB is 172 - color contains mainly: blue. Hex color #048AAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048AAC is #FB7553. Grayscale: #656565. Windows color (decimal): -16479572 or 11307524. OLE color: 11307524.
HSL color Cylindrical-coordinate representation of color #048AAC: hue angle of 192.14º 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 #048AAC is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 138 | 172 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.33 |
| HSL | 192.14º | 0.95% | 0.35% | - |
| HSV(B) | 192.14º | 0.98% | 0.67% | - |
| XYZ | 16.58 | 21.18 | 42.24 | - |
| YUV | 101.81 | 167.61 | 58.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 138 | 172 | 0.98 | 0.20 | 0 | 0.33 | 192.14 | 0.95 | 0.35 |
| Hex | 4 | 8A | AC | 62 | 14 | 0 | 21 | C0 | 5F | 23 |
| Octal | 4 | 212 | 254 | 142 | 24 | 0 | 41 | 300 | 137 | 43 |
| Binary | 100 | 10001010 | 10101100 | 1100010 | 10100 | 0 | 100001 | 11000000 | 1011111 | 100011 |
Color Harmonies of #048AAC
Complementary color
Monochromatic Colors of #048AAC
Black with #048AAC
Text Example
Text Example
White with #048AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048AAC; }
p { color: rgb(4,138,172); }
H1.HeaderClassName
{
color: #048AAC;
}
.AnyTagClassName
{
color: #048AAC;
}
</style>
background-color css
<style>
a { background-color: #048AAC; }
a { background-color: rgb(4,138,172); }
div.DivClassName
{
background-color: #048AAC;
}
.BgClassName
{
background-color: #048AAC;
}
</style>
border-color css
<style>
span { border-color: #048AAC; }
span { border-color: rgb(4,138,172); }
td.TdClassName
{
border-color: #048AAC;
}
.TagClassName
{
border-color: #048AAC;
}
</style>