Shades of Eastern Blue #048BA4
Tints of Eastern Blue #048BA4
RGB
CMYK
RGB Variations
Color information
#048BA4 (or 0x048BA4) is known color: Eastern Blue. HEX triplet: 04, 8B and A4. RGB value is (4,139,164). Sum of RGB (Red+Green+Blue) = 4+139+164=307 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 307); Green value is 139 (54.69% from 255 or 45.28% from 307); Blue value is 164 (64.45% from 255 or 53.42% from 307); Max value from RGB is 164 - color contains mainly: blue. Hex color #048BA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048BA4 is #FB745B. Grayscale: #656565. Windows color (decimal): -16479324 or 10783492. OLE color: 10783492.
HSL color Cylindrical-coordinate representation of color #048BA4: hue angle of 189.38º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048BA4 is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 4 | 139 | 164 | - |
| CMYK | 0.98 | 0.15 | 0 | 0.36 |
| HSL | 189.38º | 0.95% | 0.33% | - |
| HSV(B) | 189.38º | 0.98% | 0.64% | - |
| XYZ | 15.98 | 21.17 | 38.37 | - |
| YUV | 101.49 | 163.27 | 58.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 139 | 164 | 0.98 | 0.15 | 0 | 0.36 | 189.38 | 0.95 | 0.33 |
| Hex | 4 | 8B | A4 | 62 | F | 0 | 24 | BD | 5F | 21 |
| Octal | 4 | 213 | 244 | 142 | 17 | 0 | 44 | 275 | 137 | 41 |
| Binary | 100 | 10001011 | 10100100 | 1100010 | 1111 | 0 | 100100 | 10111101 | 1011111 | 100001 |
Color Harmonies of #048BA4
Complementary color
Monochromatic Colors of #048BA4
Black with #048BA4
Text Example
Text Example
White with #048BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048BA4; }
p { color: rgb(4,139,164); }
H1.HeaderClassName
{
color: #048BA4;
}
.AnyTagClassName
{
color: #048BA4;
}
</style>
background-color css
<style>
a { background-color: #048BA4; }
a { background-color: rgb(4,139,164); }
div.DivClassName
{
background-color: #048BA4;
}
.BgClassName
{
background-color: #048BA4;
}
</style>
border-color css
<style>
span { border-color: #048BA4; }
span { border-color: rgb(4,139,164); }
td.TdClassName
{
border-color: #048BA4;
}
.TagClassName
{
border-color: #048BA4;
}
</style>