Shades of Eastern Blue #048194
Tints of Eastern Blue #048194
RGB
CMYK
RGB Variations
Color information
#048194 (or 0x048194) is known color: Eastern Blue. HEX triplet: 04, 81 and 94. RGB value is (4,129,148). Sum of RGB (Red+Green+Blue) = 4+129+148=281 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 148 (58.20% from 255 or 52.67% from 281); Max value from RGB is 148 - color contains mainly: blue. Hex color #048194 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048194 is #FB7E6B. Grayscale: #5D5D5D. Windows color (decimal): -16481900 or 9732356. OLE color: 9732356.
HSL color Cylindrical-coordinate representation of color #048194: hue angle of 187.92º 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 #048194 is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 4 | 129 | 148 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.42 |
| HSL | 187.92º | 0.95% | 0.3% | - |
| HSV(B) | 187.92º | 0.97% | 0.58% | - |
| XYZ | 13.25 | 17.86 | 30.77 | - |
| YUV | 93.79 | 158.59 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 129 | 148 | 0.97 | 0.13 | 0 | 0.42 | 187.92 | 0.95 | 0.3 |
| Hex | 4 | 81 | 94 | 61 | D | 0 | 2A | BC | 5F | 1E |
| Octal | 4 | 201 | 224 | 141 | 15 | 0 | 52 | 274 | 137 | 36 |
| Binary | 100 | 10000001 | 10010100 | 1100001 | 1101 | 0 | 101010 | 10111100 | 1011111 | 11110 |
Color Harmonies of #048194
Complementary color
Monochromatic Colors of #048194
Black with #048194
Text Example
Text Example
White with #048194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048194; }
p { color: rgb(4,129,148); }
H1.HeaderClassName
{
color: #048194;
}
.AnyTagClassName
{
color: #048194;
}
</style>
background-color css
<style>
a { background-color: #048194; }
a { background-color: rgb(4,129,148); }
div.DivClassName
{
background-color: #048194;
}
.BgClassName
{
background-color: #048194;
}
</style>
border-color css
<style>
span { border-color: #048194; }
span { border-color: rgb(4,129,148); }
td.TdClassName
{
border-color: #048194;
}
.TagClassName
{
border-color: #048194;
}
</style>