Shades of Eastern Blue #048696
Tints of Eastern Blue #048696
RGB
CMYK
RGB Variations
Color information
#048696 (or 0x048696) is known color: Eastern Blue. HEX triplet: 04, 86 and 96. RGB value is (4,134,150). Sum of RGB (Red+Green+Blue) = 4+134+150=288 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 288); Green value is 134 (52.73% from 255 or 46.53% from 288); Blue value is 150 (58.98% from 255 or 52.08% from 288); Max value from RGB is 150 - color contains mainly: blue. Hex color #048696 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048696 is #FB7969. Grayscale: #606060. Windows color (decimal): -16480618 or 9864708. OLE color: 9864708.
HSL color Cylindrical-coordinate representation of color #048696: hue angle of 186.58º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048696 is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 4 | 134 | 150 | - |
| CMYK | 0.97 | 0.11 | 0 | 0.41 |
| HSL | 186.58º | 0.95% | 0.3% | - |
| HSV(B) | 186.58º | 0.97% | 0.59% | - |
| XYZ | 14.08 | 19.28 | 31.83 | - |
| YUV | 96.95 | 157.93 | 61.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 134 | 150 | 0.97 | 0.11 | 0 | 0.41 | 186.58 | 0.95 | 0.3 |
| Hex | 4 | 86 | 96 | 61 | B | 0 | 29 | BB | 5F | 1E |
| Octal | 4 | 206 | 226 | 141 | 13 | 0 | 51 | 273 | 137 | 36 |
| Binary | 100 | 10000110 | 10010110 | 1100001 | 1011 | 0 | 101001 | 10111011 | 1011111 | 11110 |
Color Harmonies of #048696
Complementary color
Monochromatic Colors of #048696
Black with #048696
Text Example
Text Example
White with #048696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048696; }
p { color: rgb(4,134,150); }
H1.HeaderClassName
{
color: #048696;
}
.AnyTagClassName
{
color: #048696;
}
</style>
background-color css
<style>
a { background-color: #048696; }
a { background-color: rgb(4,134,150); }
div.DivClassName
{
background-color: #048696;
}
.BgClassName
{
background-color: #048696;
}
</style>
border-color css
<style>
span { border-color: #048696; }
span { border-color: rgb(4,134,150); }
td.TdClassName
{
border-color: #048696;
}
.TagClassName
{
border-color: #048696;
}
</style>