Shades of Eastern Blue #047C9B
Tints of Eastern Blue #047C9B
RGB
CMYK
RGB Variations
Color information
#047C9B (or 0x047C9B) is known color: Eastern Blue. HEX triplet: 04, 7C and 9B. RGB value is (4,124,155). Sum of RGB (Red+Green+Blue) = 4+124+155=283 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 283); Green value is 124 (48.83% from 255 or 43.82% from 283); Blue value is 155 (60.94% from 255 or 54.77% from 283); Max value from RGB is 155 - color contains mainly: blue. Hex color #047C9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047C9B is #FB8364. Grayscale: #5B5B5B. Windows color (decimal): -16483173 or 10189828. OLE color: 10189828.
HSL color Cylindrical-coordinate representation of color #047C9B: hue angle of 192.32º 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 #047C9B is Cyan = 0.97, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 4 | 124 | 155 | - |
| CMYK | 0.97 | 0.2 | 0 | 0.39 |
| HSL | 192.32º | 0.95% | 0.31% | - |
| HSV(B) | 192.32º | 0.97% | 0.61% | - |
| XYZ | 13.17 | 16.81 | 33.56 | - |
| YUV | 91.65 | 163.74 | 65.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 124 | 155 | 0.97 | 0.2 | 0 | 0.39 | 192.32 | 0.95 | 0.31 |
| Hex | 4 | 7C | 9B | 61 | 14 | 0 | 27 | C0 | 5F | 1F |
| Octal | 4 | 174 | 233 | 141 | 24 | 0 | 47 | 300 | 137 | 37 |
| Binary | 100 | 1111100 | 10011011 | 1100001 | 10100 | 0 | 100111 | 11000000 | 1011111 | 11111 |
Color Harmonies of #047C9B
Complementary color
Monochromatic Colors of #047C9B
Black with #047C9B
Text Example
Text Example
White with #047C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047C9B; }
p { color: rgb(4,124,155); }
H1.HeaderClassName
{
color: #047C9B;
}
.AnyTagClassName
{
color: #047C9B;
}
</style>
background-color css
<style>
a { background-color: #047C9B; }
a { background-color: rgb(4,124,155); }
div.DivClassName
{
background-color: #047C9B;
}
.BgClassName
{
background-color: #047C9B;
}
</style>
border-color css
<style>
span { border-color: #047C9B; }
span { border-color: rgb(4,124,155); }
td.TdClassName
{
border-color: #047C9B;
}
.TagClassName
{
border-color: #047C9B;
}
</style>