Shades of Eastern Blue #047B99
Tints of Eastern Blue #047B99
RGB
CMYK
RGB Variations
Color information
#047B99 (or 0x047B99) is known color: Eastern Blue. HEX triplet: 04, 7B and 99. RGB value is (4,123,153). Sum of RGB (Red+Green+Blue) = 4+123+153=280 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 280); Green value is 123 (48.44% from 255 or 43.93% from 280); Blue value is 153 (60.16% from 255 or 54.64% from 280); Max value from RGB is 153 - color contains mainly: blue. Hex color #047B99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047B99 is #FB8466. Grayscale: #5A5A5A. Windows color (decimal): -16483431 or 10058500. OLE color: 10058500.
HSL color Cylindrical-coordinate representation of color #047B99: hue angle of 192.08º 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 #047B99 is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 4 | 123 | 153 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.4 |
| HSL | 192.08º | 0.95% | 0.31% | - |
| HSV(B) | 192.08º | 0.97% | 0.6% | - |
| XYZ | 12.88 | 16.49 | 32.64 | - |
| YUV | 90.84 | 163.08 | 66.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 123 | 153 | 0.97 | 0.20 | 0 | 0.4 | 192.08 | 0.95 | 0.31 |
| Hex | 4 | 7B | 99 | 61 | 14 | 0 | 28 | C0 | 5F | 1F |
| Octal | 4 | 173 | 231 | 141 | 24 | 0 | 50 | 300 | 137 | 37 |
| Binary | 100 | 1111011 | 10011001 | 1100001 | 10100 | 0 | 101000 | 11000000 | 1011111 | 11111 |
Color Harmonies of #047B99
Complementary color
Monochromatic Colors of #047B99
Black with #047B99
Text Example
Text Example
White with #047B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047B99; }
p { color: rgb(4,123,153); }
H1.HeaderClassName
{
color: #047B99;
}
.AnyTagClassName
{
color: #047B99;
}
</style>
background-color css
<style>
a { background-color: #047B99; }
a { background-color: rgb(4,123,153); }
div.DivClassName
{
background-color: #047B99;
}
.BgClassName
{
background-color: #047B99;
}
</style>
border-color css
<style>
span { border-color: #047B99; }
span { border-color: rgb(4,123,153); }
td.TdClassName
{
border-color: #047B99;
}
.TagClassName
{
border-color: #047B99;
}
</style>