Shades of Eastern Blue #047E9C
Tints of Eastern Blue #047E9C
RGB
CMYK
RGB Variations
Color information
#047E9C (or 0x047E9C) is known color: Eastern Blue. HEX triplet: 04, 7E and 9C. RGB value is (4,126,156). Sum of RGB (Red+Green+Blue) = 4+126+156=286 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 286); Green value is 126 (49.61% from 255 or 44.06% from 286); Blue value is 156 (61.33% from 255 or 54.55% from 286); Max value from RGB is 156 - color contains mainly: blue. Hex color #047E9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047E9C is #FB8163. Grayscale: #5C5C5C. Windows color (decimal): -16482660 or 10255876. OLE color: 10255876.
HSL color Cylindrical-coordinate representation of color #047E9C: hue angle of 191.84º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047E9C is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 4 | 126 | 156 | - |
| CMYK | 0.97 | 0.19 | 0 | 0.39 |
| HSL | 191.84º | 0.95% | 0.31% | - |
| HSV(B) | 191.84º | 0.97% | 0.61% | - |
| XYZ | 13.51 | 17.35 | 34.09 | - |
| YUV | 92.94 | 163.58 | 64.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 126 | 156 | 0.97 | 0.19 | 0 | 0.39 | 191.84 | 0.95 | 0.31 |
| Hex | 4 | 7E | 9C | 61 | 13 | 0 | 27 | C0 | 5F | 1F |
| Octal | 4 | 176 | 234 | 141 | 23 | 0 | 47 | 300 | 137 | 37 |
| Binary | 100 | 1111110 | 10011100 | 1100001 | 10011 | 0 | 100111 | 11000000 | 1011111 | 11111 |
Color Harmonies of #047E9C
Complementary color
Monochromatic Colors of #047E9C
Black with #047E9C
Text Example
Text Example
White with #047E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047E9C; }
p { color: rgb(4,126,156); }
H1.HeaderClassName
{
color: #047E9C;
}
.AnyTagClassName
{
color: #047E9C;
}
</style>
background-color css
<style>
a { background-color: #047E9C; }
a { background-color: rgb(4,126,156); }
div.DivClassName
{
background-color: #047E9C;
}
.BgClassName
{
background-color: #047E9C;
}
</style>
border-color css
<style>
span { border-color: #047E9C; }
span { border-color: rgb(4,126,156); }
td.TdClassName
{
border-color: #047E9C;
}
.TagClassName
{
border-color: #047E9C;
}
</style>