Shades of Eastern Blue #048DA2
Tints of Eastern Blue #048DA2
RGB
CMYK
RGB Variations
Color information
#048DA2 (or 0x048DA2) is known color: Eastern Blue. HEX triplet: 04, 8D and A2. RGB value is (4,141,162). Sum of RGB (Red+Green+Blue) = 4+141+162=307 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 307); Green value is 141 (55.47% from 255 or 45.93% from 307); Blue value is 162 (63.67% from 255 or 52.77% from 307); Max value from RGB is 162 - color contains mainly: blue. Hex color #048DA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048DA2 is #FB725D. Grayscale: #666666. Windows color (decimal): -16478814 or 10652932. OLE color: 10652932.
HSL color Cylindrical-coordinate representation of color #048DA2: hue angle of 187.97º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048DA2 is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
RGB | 4 | 141 | 162 | - |
CMYK | 0.98 | 0.13 | 0 | 0.36 |
HSL | 187.97º | 0.95% | 0.33% | - |
HSV(B) | 187.97º | 0.98% | 0.64% | - |
XYZ | 16.1 | 21.68 | 37.52 | - |
YUV | 102.43 | 161.61 | 57.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 4 | 141 | 162 | 0.98 | 0.13 | 0 | 0.36 | 187.97 | 0.95 | 0.33 |
Hex | 4 | 8D | A2 | 62 | D | 0 | 24 | BC | 5F | 21 |
Octal | 4 | 215 | 242 | 142 | 15 | 0 | 44 | 274 | 137 | 41 |
Binary | 100 | 10001101 | 10100010 | 1100010 | 1101 | 0 | 100100 | 10111100 | 1011111 | 100001 |
Color Harmonies of #048DA2
Complementary color
Monochromatic Colors of #048DA2
Black with #048DA2
Text Example
Text Example
White with #048DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048DA2; }
p { color: rgb(4,141,162); }
H1.HeaderClassName
{
color: #048DA2;
}
.AnyTagClassName
{
color: #048DA2;
}
</style>
background-color css
<style>
a { background-color: #048DA2; }
a { background-color: rgb(4,141,162); }
div.DivClassName
{
background-color: #048DA2;
}
.BgClassName
{
background-color: #048DA2;
}
</style>
border-color css
<style>
span { border-color: #048DA2; }
span { border-color: rgb(4,141,162); }
td.TdClassName
{
border-color: #048DA2;
}
.TagClassName
{
border-color: #048DA2;
}
</style>