Shades of Eastern Blue #048CAA
Tints of Eastern Blue #048CAA
RGB
CMYK
RGB Variations
Color information
#048CAA (or 0x048CAA) is known color: Eastern Blue. HEX triplet: 04, 8C and AA. RGB value is (4,140,170). Sum of RGB (Red+Green+Blue) = 4+140+170=314 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 314); Green value is 140 (55.08% from 255 or 44.59% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #048CAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048CAA is #FB7355. Grayscale: #666666. Windows color (decimal): -16479062 or 11176964. OLE color: 11176964.
HSL color Cylindrical-coordinate representation of color #048CAA: hue angle of 190.84º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048CAA is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 140 | 170 | - |
| CMYK | 0.98 | 0.18 | 0 | 0.33 |
| HSL | 190.84º | 0.95% | 0.34% | - |
| HSV(B) | 190.84º | 0.98% | 0.67% | - |
| XYZ | 16.68 | 21.68 | 41.34 | - |
| YUV | 102.76 | 165.94 | 57.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 140 | 170 | 0.98 | 0.18 | 0 | 0.33 | 190.84 | 0.95 | 0.34 |
| Hex | 4 | 8C | AA | 62 | 12 | 0 | 21 | BF | 5F | 22 |
| Octal | 4 | 214 | 252 | 142 | 22 | 0 | 41 | 277 | 137 | 42 |
| Binary | 100 | 10001100 | 10101010 | 1100010 | 10010 | 0 | 100001 | 10111111 | 1011111 | 100010 |
Color Harmonies of #048CAA
Complementary color
Monochromatic Colors of #048CAA
Black with #048CAA
Text Example
Text Example
White with #048CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048CAA; }
p { color: rgb(4,140,170); }
H1.HeaderClassName
{
color: #048CAA;
}
.AnyTagClassName
{
color: #048CAA;
}
</style>
background-color css
<style>
a { background-color: #048CAA; }
a { background-color: rgb(4,140,170); }
div.DivClassName
{
background-color: #048CAA;
}
.BgClassName
{
background-color: #048CAA;
}
</style>
border-color css
<style>
span { border-color: #048CAA; }
span { border-color: rgb(4,140,170); }
td.TdClassName
{
border-color: #048CAA;
}
.TagClassName
{
border-color: #048CAA;
}
</style>