Shades of Pacific Blue #049DC0
Tints of Pacific Blue #049DC0
RGB
CMYK
RGB Variations
Color information
#049DC0 (or 0x049DC0) is known color: Pacific Blue. HEX triplet: 04, 9D and C0. RGB value is (4,157,192). Sum of RGB (Red+Green+Blue) = 4+157+192=353 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 353); Green value is 157 (61.72% from 255 or 44.48% from 353); Blue value is 192 (75.39% from 255 or 54.39% from 353); Max value from RGB is 192 - color contains mainly: blue. Hex color #049DC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049DC0 is #FB623F. Grayscale: #727272. Windows color (decimal): -16474688 or 12623108. OLE color: 12623108.
HSL color Cylindrical-coordinate representation of color #049DC0: hue angle of 191.17º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049DC0 is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 157 | 192 | - |
| CMYK | 0.98 | 0.18 | 0 | 0.25 |
| HSL | 191.17º | 0.96% | 0.38% | - |
| HSV(B) | 191.17º | 0.98% | 0.75% | - |
| XYZ | 21.62 | 27.95 | 54.12 | - |
| YUV | 115.24 | 171.31 | 48.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 157 | 192 | 0.98 | 0.18 | 0 | 0.25 | 191.17 | 0.96 | 0.38 |
| Hex | 4 | 9D | C0 | 62 | 12 | 0 | 19 | BF | 60 | 26 |
| Octal | 4 | 235 | 300 | 142 | 22 | 0 | 31 | 277 | 140 | 46 |
| Binary | 100 | 10011101 | 11000000 | 1100010 | 10010 | 0 | 11001 | 10111111 | 1100000 | 100110 |
Color Harmonies of #049DC0
Complementary color
Monochromatic Colors of #049DC0
Black with #049DC0
Text Example
Text Example
White with #049DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049DC0; }
p { color: rgb(4,157,192); }
H1.HeaderClassName
{
color: #049DC0;
}
.AnyTagClassName
{
color: #049DC0;
}
</style>
background-color css
<style>
a { background-color: #049DC0; }
a { background-color: rgb(4,157,192); }
div.DivClassName
{
background-color: #049DC0;
}
.BgClassName
{
background-color: #049DC0;
}
</style>
border-color css
<style>
span { border-color: #049DC0; }
span { border-color: rgb(4,157,192); }
td.TdClassName
{
border-color: #049DC0;
}
.TagClassName
{
border-color: #049DC0;
}
</style>