Shades of Eastern Blue #0498A2
Tints of Eastern Blue #0498A2
RGB
CMYK
RGB Variations
Color information
#0498A2 (or 0x0498A2) is known color: Eastern Blue. HEX triplet: 04, 98 and A2. RGB value is (4,152,162). Sum of RGB (Red+Green+Blue) = 4+152+162=318 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.26% from 318); Green value is 152 (59.77% from 255 or 47.80% from 318); Blue value is 162 (63.67% from 255 or 50.94% from 318); Max value from RGB is 162 - color contains mainly: blue. Hex color #0498A2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0498A2 is #FB675D. Grayscale: #6C6C6C. Windows color (decimal): -16475998 or 10655748. OLE color: 10655748.
HSL color Cylindrical-coordinate representation of color #0498A2: hue angle of 183.8º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0498A2 is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 4 | 152 | 162 | - |
| CMYK | 0.98 | 0.06 | 0 | 0.36 |
| HSL | 183.8º | 0.95% | 0.33% | - |
| HSV(B) | 183.8º | 0.98% | 0.64% | - |
| XYZ | 17.8 | 25.09 | 38.09 | - |
| YUV | 108.89 | 157.97 | 53.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 152 | 162 | 0.98 | 0.06 | 0 | 0.36 | 183.8 | 0.95 | 0.33 |
| Hex | 4 | 98 | A2 | 62 | 6 | 0 | 24 | B8 | 5F | 21 |
| Octal | 4 | 230 | 242 | 142 | 6 | 0 | 44 | 270 | 137 | 41 |
| Binary | 100 | 10011000 | 10100010 | 1100010 | 110 | 0 | 100100 | 10111000 | 1011111 | 100001 |
Color Harmonies of #0498A2
Complementary color
Monochromatic Colors of #0498A2
Black with #0498A2
Text Example
Text Example
White with #0498A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0498A2; }
p { color: rgb(4,152,162); }
H1.HeaderClassName
{
color: #0498A2;
}
.AnyTagClassName
{
color: #0498A2;
}
</style>
background-color css
<style>
a { background-color: #0498A2; }
a { background-color: rgb(4,152,162); }
div.DivClassName
{
background-color: #0498A2;
}
.BgClassName
{
background-color: #0498A2;
}
</style>
border-color css
<style>
span { border-color: #0498A2; }
span { border-color: rgb(4,152,162); }
td.TdClassName
{
border-color: #0498A2;
}
.TagClassName
{
border-color: #0498A2;
}
</style>