Shades of Eastern Blue #048192
Tints of Eastern Blue #048192
RGB
CMYK
RGB Variations
Color information
#048192 (or 0x048192) is known color: Eastern Blue. HEX triplet: 04, 81 and 92. RGB value is (4,129,146). Sum of RGB (Red+Green+Blue) = 4+129+146=279 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 279); Green value is 129 (50.78% from 255 or 46.24% from 279); Blue value is 146 (57.42% from 255 or 52.33% from 279); Max value from RGB is 146 - color contains mainly: blue. Hex color #048192 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048192 is #FB7E6D. Grayscale: #5D5D5D. Windows color (decimal): -16481902 or 9601284. OLE color: 9601284.
HSL color Cylindrical-coordinate representation of color #048192: hue angle of 187.18º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048192 is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 4 | 129 | 146 | - |
| CMYK | 0.97 | 0.12 | 0 | 0.43 |
| HSL | 187.18º | 0.95% | 0.29% | - |
| HSV(B) | 187.18º | 0.97% | 0.57% | - |
| XYZ | 13.09 | 17.8 | 29.94 | - |
| YUV | 93.56 | 157.59 | 64.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 129 | 146 | 0.97 | 0.12 | 0 | 0.43 | 187.18 | 0.95 | 0.29 |
| Hex | 4 | 81 | 92 | 61 | C | 0 | 2B | BB | 5F | 1D |
| Octal | 4 | 201 | 222 | 141 | 14 | 0 | 53 | 273 | 137 | 35 |
| Binary | 100 | 10000001 | 10010010 | 1100001 | 1100 | 0 | 101011 | 10111011 | 1011111 | 11101 |
Color Harmonies of #048192
Complementary color
Monochromatic Colors of #048192
Black with #048192
Text Example
Text Example
White with #048192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048192; }
p { color: rgb(4,129,146); }
H1.HeaderClassName
{
color: #048192;
}
.AnyTagClassName
{
color: #048192;
}
</style>
background-color css
<style>
a { background-color: #048192; }
a { background-color: rgb(4,129,146); }
div.DivClassName
{
background-color: #048192;
}
.BgClassName
{
background-color: #048192;
}
</style>
border-color css
<style>
span { border-color: #048192; }
span { border-color: rgb(4,129,146); }
td.TdClassName
{
border-color: #048192;
}
.TagClassName
{
border-color: #048192;
}
</style>