Shades of Eastern Blue #047D9A
Tints of Eastern Blue #047D9A
RGB
CMYK
RGB Variations
Color information
#047D9A (or 0x047D9A) is known color: Eastern Blue. HEX triplet: 04, 7D and 9A. RGB value is (4,125,154). Sum of RGB (Red+Green+Blue) = 4+125+154=283 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 283); Green value is 125 (49.22% from 255 or 44.17% from 283); Blue value is 154 (60.55% from 255 or 54.42% from 283); Max value from RGB is 154 - color contains mainly: blue. Hex color #047D9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047D9A is #FB8265. Grayscale: #5B5B5B. Windows color (decimal): -16482918 or 10124548. OLE color: 10124548.
HSL color Cylindrical-coordinate representation of color #047D9A: hue angle of 191.6º 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 #047D9A is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 4 | 125 | 154 | - |
| CMYK | 0.97 | 0.19 | 0 | 0.40 |
| HSL | 191.6º | 0.95% | 0.31% | - |
| HSV(B) | 191.6º | 0.97% | 0.6% | - |
| XYZ | 13.22 | 17.03 | 33.16 | - |
| YUV | 92.13 | 162.91 | 65.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 125 | 154 | 0.97 | 0.19 | 0 | 0.40 | 191.6 | 0.95 | 0.31 |
| Hex | 4 | 7D | 9A | 61 | 13 | 0 | 28 | C0 | 5F | 1F |
| Octal | 4 | 175 | 232 | 141 | 23 | 0 | 50 | 300 | 137 | 37 |
| Binary | 100 | 1111101 | 10011010 | 1100001 | 10011 | 0 | 101000 | 11000000 | 1011111 | 11111 |
Color Harmonies of #047D9A
Complementary color
Monochromatic Colors of #047D9A
Black with #047D9A
Text Example
Text Example
White with #047D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047D9A; }
p { color: rgb(4,125,154); }
H1.HeaderClassName
{
color: #047D9A;
}
.AnyTagClassName
{
color: #047D9A;
}
</style>
background-color css
<style>
a { background-color: #047D9A; }
a { background-color: rgb(4,125,154); }
div.DivClassName
{
background-color: #047D9A;
}
.BgClassName
{
background-color: #047D9A;
}
</style>
border-color css
<style>
span { border-color: #047D9A; }
span { border-color: rgb(4,125,154); }
td.TdClassName
{
border-color: #047D9A;
}
.TagClassName
{
border-color: #047D9A;
}
</style>