Shades of Eastern Blue #047D93
Tints of Eastern Blue #047D93
RGB
CMYK
RGB Variations
Color information
#047D93 (or 0x047D93) is known color: Eastern Blue. HEX triplet: 04, 7D and 93. RGB value is (4,125,147). Sum of RGB (Red+Green+Blue) = 4+125+147=276 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 276); Green value is 125 (49.22% from 255 or 45.29% from 276); Blue value is 147 (57.81% from 255 or 53.26% from 276); Max value from RGB is 147 - color contains mainly: blue. Hex color #047D93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047D93 is #FB826C. Grayscale: #5B5B5B. Windows color (decimal): -16482925 or 9665796. OLE color: 9665796.
HSL color Cylindrical-coordinate representation of color #047D93: hue angle of 189.23º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047D93 is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 4 | 125 | 147 | - |
| CMYK | 0.97 | 0.15 | 0 | 0.42 |
| HSL | 189.23º | 0.95% | 0.3% | - |
| HSV(B) | 189.23º | 0.97% | 0.58% | - |
| XYZ | 12.65 | 16.8 | 30.18 | - |
| YUV | 91.33 | 159.41 | 65.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 125 | 147 | 0.97 | 0.15 | 0 | 0.42 | 189.23 | 0.95 | 0.3 |
| Hex | 4 | 7D | 93 | 61 | F | 0 | 2A | BD | 5F | 1E |
| Octal | 4 | 175 | 223 | 141 | 17 | 0 | 52 | 275 | 137 | 36 |
| Binary | 100 | 1111101 | 10010011 | 1100001 | 1111 | 0 | 101010 | 10111101 | 1011111 | 11110 |
Color Harmonies of #047D93
Complementary color
Monochromatic Colors of #047D93
Black with #047D93
Text Example
Text Example
White with #047D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047D93; }
p { color: rgb(4,125,147); }
H1.HeaderClassName
{
color: #047D93;
}
.AnyTagClassName
{
color: #047D93;
}
</style>
background-color css
<style>
a { background-color: #047D93; }
a { background-color: rgb(4,125,147); }
div.DivClassName
{
background-color: #047D93;
}
.BgClassName
{
background-color: #047D93;
}
</style>
border-color css
<style>
span { border-color: #047D93; }
span { border-color: rgb(4,125,147); }
td.TdClassName
{
border-color: #047D93;
}
.TagClassName
{
border-color: #047D93;
}
</style>