Shades of Eastern Blue #04909D
Tints of Eastern Blue #04909D
RGB
CMYK
RGB Variations
Color information
#04909D (or 0x04909D) is known color: Eastern Blue. HEX triplet: 04, 90 and 9D. RGB value is (4,144,157). Sum of RGB (Red+Green+Blue) = 4+144+157=305 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 305); Green value is 144 (56.64% from 255 or 47.21% from 305); Blue value is 157 (61.72% from 255 or 51.48% from 305); Max value from RGB is 157 - color contains mainly: blue. Hex color #04909D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04909D is #FB6F62. Grayscale: #676767. Windows color (decimal): -16478051 or 10326020. OLE color: 10326020.
HSL color Cylindrical-coordinate representation of color #04909D: hue angle of 185.1º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04909D is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 4 | 144 | 157 | - |
| CMYK | 0.97 | 0.08 | 0 | 0.38 |
| HSL | 185.1º | 0.95% | 0.32% | - |
| HSV(B) | 185.1º | 0.97% | 0.62% | - |
| XYZ | 16.11 | 22.41 | 35.37 | - |
| YUV | 103.62 | 158.12 | 56.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 144 | 157 | 0.97 | 0.08 | 0 | 0.38 | 185.1 | 0.95 | 0.32 |
| Hex | 4 | 90 | 9D | 61 | 8 | 0 | 26 | B9 | 5F | 20 |
| Octal | 4 | 220 | 235 | 141 | 10 | 0 | 46 | 271 | 137 | 40 |
| Binary | 100 | 10010000 | 10011101 | 1100001 | 1000 | 0 | 100110 | 10111001 | 1011111 | 100000 |
Color Harmonies of #04909D
Complementary color
Monochromatic Colors of #04909D
Black with #04909D
Text Example
Text Example
White with #04909D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04909D; }
p { color: rgb(4,144,157); }
H1.HeaderClassName
{
color: #04909D;
}
.AnyTagClassName
{
color: #04909D;
}
</style>
background-color css
<style>
a { background-color: #04909D; }
a { background-color: rgb(4,144,157); }
div.DivClassName
{
background-color: #04909D;
}
.BgClassName
{
background-color: #04909D;
}
</style>
border-color css
<style>
span { border-color: #04909D; }
span { border-color: rgb(4,144,157); }
td.TdClassName
{
border-color: #04909D;
}
.TagClassName
{
border-color: #04909D;
}
</style>