Shades of Eastern Blue #049AA4
Tints of Eastern Blue #049AA4
RGB
CMYK
RGB Variations
Color information
#049AA4 (or 0x049AA4) is known color: Eastern Blue. HEX triplet: 04, 9A and A4. RGB value is (4,154,164). Sum of RGB (Red+Green+Blue) = 4+154+164=322 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.24% from 322); Green value is 154 (60.55% from 255 or 47.83% from 322); Blue value is 164 (64.45% from 255 or 50.93% from 322); Max value from RGB is 164 - color contains mainly: blue. Hex color #049AA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049AA4 is #FB655B. Grayscale: #6E6E6E. Windows color (decimal): -16475484 or 10787332. OLE color: 10787332.
HSL color Cylindrical-coordinate representation of color #049AA4: hue angle of 183.75º 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 #049AA4 is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 4 | 154 | 164 | - |
| CMYK | 0.98 | 0.06 | 0 | 0.36 |
| HSL | 183.75º | 0.95% | 0.33% | - |
| HSV(B) | 183.75º | 0.98% | 0.64% | - |
| XYZ | 18.31 | 25.82 | 39.14 | - |
| YUV | 110.29 | 158.31 | 52.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 154 | 164 | 0.98 | 0.06 | 0 | 0.36 | 183.75 | 0.95 | 0.33 |
| Hex | 4 | 9A | A4 | 62 | 6 | 0 | 24 | B8 | 5F | 21 |
| Octal | 4 | 232 | 244 | 142 | 6 | 0 | 44 | 270 | 137 | 41 |
| Binary | 100 | 10011010 | 10100100 | 1100010 | 110 | 0 | 100100 | 10111000 | 1011111 | 100001 |
Color Harmonies of #049AA4
Complementary color
Monochromatic Colors of #049AA4
Black with #049AA4
Text Example
Text Example
White with #049AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049AA4; }
p { color: rgb(4,154,164); }
H1.HeaderClassName
{
color: #049AA4;
}
.AnyTagClassName
{
color: #049AA4;
}
</style>
background-color css
<style>
a { background-color: #049AA4; }
a { background-color: rgb(4,154,164); }
div.DivClassName
{
background-color: #049AA4;
}
.BgClassName
{
background-color: #049AA4;
}
</style>
border-color css
<style>
span { border-color: #049AA4; }
span { border-color: rgb(4,154,164); }
td.TdClassName
{
border-color: #049AA4;
}
.TagClassName
{
border-color: #049AA4;
}
</style>