Shades of Eastern Blue #048CA8
Tints of Eastern Blue #048CA8
RGB
CMYK
RGB Variations
Color information
#048CA8 (or 0x048CA8) is known color: Eastern Blue. HEX triplet: 04, 8C and A8. RGB value is (4,140,168). Sum of RGB (Red+Green+Blue) = 4+140+168=312 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 312); Green value is 140 (55.08% from 255 or 44.87% from 312); Blue value is 168 (66.02% from 255 or 53.85% from 312); Max value from RGB is 168 - color contains mainly: blue. Hex color #048CA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048CA8 is #FB7357. Grayscale: #666666. Windows color (decimal): -16479064 or 11045892. OLE color: 11045892.
HSL color Cylindrical-coordinate representation of color #048CA8: hue angle of 190.24º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048CA8 is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 4 | 140 | 168 | - |
| CMYK | 0.98 | 0.17 | 0 | 0.34 |
| HSL | 190.24º | 0.95% | 0.34% | - |
| HSV(B) | 190.24º | 0.98% | 0.66% | - |
| XYZ | 16.5 | 21.61 | 40.35 | - |
| YUV | 102.53 | 164.94 | 57.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 140 | 168 | 0.98 | 0.17 | 0 | 0.34 | 190.24 | 0.95 | 0.34 |
| Hex | 4 | 8C | A8 | 62 | 11 | 0 | 22 | BE | 5F | 22 |
| Octal | 4 | 214 | 250 | 142 | 21 | 0 | 42 | 276 | 137 | 42 |
| Binary | 100 | 10001100 | 10101000 | 1100010 | 10001 | 0 | 100010 | 10111110 | 1011111 | 100010 |
Color Harmonies of #048CA8
Complementary color
Monochromatic Colors of #048CA8
Black with #048CA8
Text Example
Text Example
White with #048CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048CA8; }
p { color: rgb(4,140,168); }
H1.HeaderClassName
{
color: #048CA8;
}
.AnyTagClassName
{
color: #048CA8;
}
</style>
background-color css
<style>
a { background-color: #048CA8; }
a { background-color: rgb(4,140,168); }
div.DivClassName
{
background-color: #048CA8;
}
.BgClassName
{
background-color: #048CA8;
}
</style>
border-color css
<style>
span { border-color: #048CA8; }
span { border-color: rgb(4,140,168); }
td.TdClassName
{
border-color: #048CA8;
}
.TagClassName
{
border-color: #048CA8;
}
</style>