Shades of Eastern Blue #0488AA
Tints of Eastern Blue #0488AA
RGB
CMYK
RGB Variations
Color information
#0488AA (or 0x0488AA) is known color: Eastern Blue. HEX triplet: 04, 88 and AA. RGB value is (4,136,170). Sum of RGB (Red+Green+Blue) = 4+136+170=310 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #0488AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0488AA is #FB7755. Grayscale: #646464. Windows color (decimal): -16480086 or 11175940. OLE color: 11175940.
HSL color Cylindrical-coordinate representation of color #0488AA: hue angle of 192.29º 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 #0488AA is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 136 | 170 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.33 |
| HSL | 192.29º | 0.95% | 0.34% | - |
| HSV(B) | 192.29º | 0.98% | 0.67% | - |
| XYZ | 16.11 | 20.54 | 41.15 | - |
| YUV | 100.41 | 167.27 | 59.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 136 | 170 | 0.98 | 0.20 | 0 | 0.33 | 192.29 | 0.95 | 0.34 |
| Hex | 4 | 88 | AA | 62 | 14 | 0 | 21 | C0 | 5F | 22 |
| Octal | 4 | 210 | 252 | 142 | 24 | 0 | 41 | 300 | 137 | 42 |
| Binary | 100 | 10001000 | 10101010 | 1100010 | 10100 | 0 | 100001 | 11000000 | 1011111 | 100010 |
Color Harmonies of #0488AA
Complementary color
Monochromatic Colors of #0488AA
Black with #0488AA
Text Example
Text Example
White with #0488AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0488AA; }
p { color: rgb(4,136,170); }
H1.HeaderClassName
{
color: #0488AA;
}
.AnyTagClassName
{
color: #0488AA;
}
</style>
background-color css
<style>
a { background-color: #0488AA; }
a { background-color: rgb(4,136,170); }
div.DivClassName
{
background-color: #0488AA;
}
.BgClassName
{
background-color: #0488AA;
}
</style>
border-color css
<style>
span { border-color: #0488AA; }
span { border-color: rgb(4,136,170); }
td.TdClassName
{
border-color: #0488AA;
}
.TagClassName
{
border-color: #0488AA;
}
</style>