Shades of Eastern Blue #047F9C
Tints of Eastern Blue #047F9C
RGB
CMYK
RGB Variations
Color information
#047F9C (or 0x047F9C) is known color: Eastern Blue. HEX triplet: 04, 7F and 9C. RGB value is (4,127,156). Sum of RGB (Red+Green+Blue) = 4+127+156=287 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 287); Green value is 127 (50% from 255 or 44.25% from 287); Blue value is 156 (61.33% from 255 or 54.36% from 287); Max value from RGB is 156 - color contains mainly: blue. Hex color #047F9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047F9C is #FB8063. Grayscale: #5D5D5D. Windows color (decimal): -16482404 or 10256132. OLE color: 10256132.
HSL color Cylindrical-coordinate representation of color #047F9C: hue angle of 191.45º 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 #047F9C is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 4 | 127 | 156 | - |
| CMYK | 0.97 | 0.19 | 0 | 0.39 |
| HSL | 191.45º | 0.95% | 0.31% | - |
| HSV(B) | 191.45º | 0.97% | 0.61% | - |
| XYZ | 13.64 | 17.6 | 34.13 | - |
| YUV | 93.53 | 163.25 | 64.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 127 | 156 | 0.97 | 0.19 | 0 | 0.39 | 191.45 | 0.95 | 0.31 |
| Hex | 4 | 7F | 9C | 61 | 13 | 0 | 27 | BF | 5F | 1F |
| Octal | 4 | 177 | 234 | 141 | 23 | 0 | 47 | 277 | 137 | 37 |
| Binary | 100 | 1111111 | 10011100 | 1100001 | 10011 | 0 | 100111 | 10111111 | 1011111 | 11111 |
Color Harmonies of #047F9C
Complementary color
Monochromatic Colors of #047F9C
Black with #047F9C
Text Example
Text Example
White with #047F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047F9C; }
p { color: rgb(4,127,156); }
H1.HeaderClassName
{
color: #047F9C;
}
.AnyTagClassName
{
color: #047F9C;
}
</style>
background-color css
<style>
a { background-color: #047F9C; }
a { background-color: rgb(4,127,156); }
div.DivClassName
{
background-color: #047F9C;
}
.BgClassName
{
background-color: #047F9C;
}
</style>
border-color css
<style>
span { border-color: #047F9C; }
span { border-color: rgb(4,127,156); }
td.TdClassName
{
border-color: #047F9C;
}
.TagClassName
{
border-color: #047F9C;
}
</style>