Shades of Eastern Blue #048C99
Tints of Eastern Blue #048C99
RGB
CMYK
RGB Variations
Color information
#048C99 (or 0x048C99) is known color: Eastern Blue. HEX triplet: 04, 8C and 99. RGB value is (4,140,153). Sum of RGB (Red+Green+Blue) = 4+140+153=297 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.35% from 297); Green value is 140 (55.08% from 255 or 47.14% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #048C99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048C99 is #FB7366. Grayscale: #646464. Windows color (decimal): -16479079 or 10062852. OLE color: 10062852.
HSL color Cylindrical-coordinate representation of color #048C99: hue angle of 185.23º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048C99 is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 4 | 140 | 153 | - |
| CMYK | 0.97 | 0.08 | 0 | 0.4 |
| HSL | 185.23º | 0.95% | 0.31% | - |
| HSV(B) | 185.23º | 0.97% | 0.6% | - |
| XYZ | 15.18 | 21.08 | 33.41 | - |
| YUV | 100.82 | 157.44 | 58.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 140 | 153 | 0.97 | 0.08 | 0 | 0.4 | 185.23 | 0.95 | 0.31 |
| Hex | 4 | 8C | 99 | 61 | 8 | 0 | 28 | B9 | 5F | 1F |
| Octal | 4 | 214 | 231 | 141 | 10 | 0 | 50 | 271 | 137 | 37 |
| Binary | 100 | 10001100 | 10011001 | 1100001 | 1000 | 0 | 101000 | 10111001 | 1011111 | 11111 |
Color Harmonies of #048C99
Complementary color
Monochromatic Colors of #048C99
Black with #048C99
Text Example
Text Example
White with #048C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048C99; }
p { color: rgb(4,140,153); }
H1.HeaderClassName
{
color: #048C99;
}
.AnyTagClassName
{
color: #048C99;
}
</style>
background-color css
<style>
a { background-color: #048C99; }
a { background-color: rgb(4,140,153); }
div.DivClassName
{
background-color: #048C99;
}
.BgClassName
{
background-color: #048C99;
}
</style>
border-color css
<style>
span { border-color: #048C99; }
span { border-color: rgb(4,140,153); }
td.TdClassName
{
border-color: #048C99;
}
.TagClassName
{
border-color: #048C99;
}
</style>