Shades of Eastern Blue #0490A0
Tints of Eastern Blue #0490A0
RGB
CMYK
RGB Variations
Color information
#0490A0 (or 0x0490A0) is known color: Eastern Blue. HEX triplet: 04, 90 and A0. RGB value is (4,144,160). Sum of RGB (Red+Green+Blue) = 4+144+160=308 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 308); Green value is 144 (56.64% from 255 or 46.75% from 308); Blue value is 160 (62.89% from 255 or 51.95% from 308); Max value from RGB is 160 - color contains mainly: blue. Hex color #0490A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0490A0 is #FB6F5F. Grayscale: #676767. Windows color (decimal): -16478048 or 10522628. OLE color: 10522628.
HSL color Cylindrical-coordinate representation of color #0490A0: hue angle of 186.15º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0490A0 is Cyan = 0.98, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 4 | 144 | 160 | - |
| CMYK | 0.98 | 0.1 | 0 | 0.37 |
| HSL | 186.15º | 0.95% | 0.32% | - |
| HSV(B) | 186.15º | 0.98% | 0.63% | - |
| XYZ | 16.37 | 22.51 | 36.74 | - |
| YUV | 103.96 | 159.62 | 56.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 144 | 160 | 0.98 | 0.1 | 0 | 0.37 | 186.15 | 0.95 | 0.32 |
| Hex | 4 | 90 | A0 | 62 | A | 0 | 25 | BA | 5F | 20 |
| Octal | 4 | 220 | 240 | 142 | 12 | 0 | 45 | 272 | 137 | 40 |
| Binary | 100 | 10010000 | 10100000 | 1100010 | 1010 | 0 | 100101 | 10111010 | 1011111 | 100000 |
Color Harmonies of #0490A0
Complementary color
Monochromatic Colors of #0490A0
Black with #0490A0
Text Example
Text Example
White with #0490A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0490A0; }
p { color: rgb(4,144,160); }
H1.HeaderClassName
{
color: #0490A0;
}
.AnyTagClassName
{
color: #0490A0;
}
</style>
background-color css
<style>
a { background-color: #0490A0; }
a { background-color: rgb(4,144,160); }
div.DivClassName
{
background-color: #0490A0;
}
.BgClassName
{
background-color: #0490A0;
}
</style>
border-color css
<style>
span { border-color: #0490A0; }
span { border-color: rgb(4,144,160); }
td.TdClassName
{
border-color: #0490A0;
}
.TagClassName
{
border-color: #0490A0;
}
</style>