Shades of Eastern Blue #0486A7
Tints of Eastern Blue #0486A7
RGB
CMYK
RGB Variations
Color information
#0486A7 (or 0x0486A7) is known color: Eastern Blue. HEX triplet: 04, 86 and A7. RGB value is (4,134,167). Sum of RGB (Red+Green+Blue) = 4+134+167=305 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 305); Green value is 134 (52.73% from 255 or 43.93% from 305); Blue value is 167 (65.62% from 255 or 54.75% from 305); Max value from RGB is 167 - color contains mainly: blue. Hex color #0486A7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0486A7 is #FB7958. Grayscale: #626262. Windows color (decimal): -16480601 or 10978820. OLE color: 10978820.
HSL color Cylindrical-coordinate representation of color #0486A7: hue angle of 192.15º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0486A7 is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 4 | 134 | 167 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.35 |
| HSL | 192.15º | 0.95% | 0.34% | - |
| HSV(B) | 192.15º | 0.98% | 0.65% | - |
| XYZ | 15.55 | 19.87 | 39.57 | - |
| YUV | 98.89 | 166.43 | 60.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 134 | 167 | 0.98 | 0.20 | 0 | 0.35 | 192.15 | 0.95 | 0.34 |
| Hex | 4 | 86 | A7 | 62 | 14 | 0 | 23 | C0 | 5F | 22 |
| Octal | 4 | 206 | 247 | 142 | 24 | 0 | 43 | 300 | 137 | 42 |
| Binary | 100 | 10000110 | 10100111 | 1100010 | 10100 | 0 | 100011 | 11000000 | 1011111 | 100010 |
Color Harmonies of #0486A7
Complementary color
Monochromatic Colors of #0486A7
Black with #0486A7
Text Example
Text Example
White with #0486A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0486A7; }
p { color: rgb(4,134,167); }
H1.HeaderClassName
{
color: #0486A7;
}
.AnyTagClassName
{
color: #0486A7;
}
</style>
background-color css
<style>
a { background-color: #0486A7; }
a { background-color: rgb(4,134,167); }
div.DivClassName
{
background-color: #0486A7;
}
.BgClassName
{
background-color: #0486A7;
}
</style>
border-color css
<style>
span { border-color: #0486A7; }
span { border-color: rgb(4,134,167); }
td.TdClassName
{
border-color: #0486A7;
}
.TagClassName
{
border-color: #0486A7;
}
</style>