Shades of Pacific Blue #049DC2
Tints of Pacific Blue #049DC2
RGB
CMYK
RGB Variations
Color information
#049DC2 (or 0x049DC2) is known color: Pacific Blue. HEX triplet: 04, 9D and C2. RGB value is (4,157,194). Sum of RGB (Red+Green+Blue) = 4+157+194=355 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 355); Green value is 157 (61.72% from 255 or 44.23% from 355); Blue value is 194 (76.17% from 255 or 54.65% from 355); Max value from RGB is 194 - color contains mainly: blue. Hex color #049DC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049DC2 is #FB623D. Grayscale: #737373. Windows color (decimal): -16474686 or 12754180. OLE color: 12754180.
HSL color Cylindrical-coordinate representation of color #049DC2: hue angle of 191.68º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049DC2 is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 157 | 194 | - |
| CMYK | 0.98 | 0.19 | 0 | 0.24 |
| HSL | 191.68º | 0.96% | 0.39% | - |
| HSV(B) | 191.68º | 0.98% | 0.76% | - |
| XYZ | 21.84 | 28.03 | 55.3 | - |
| YUV | 115.47 | 172.31 | 48.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 157 | 194 | 0.98 | 0.19 | 0 | 0.24 | 191.68 | 0.96 | 0.39 |
| Hex | 4 | 9D | C2 | 62 | 13 | 0 | 18 | C0 | 60 | 27 |
| Octal | 4 | 235 | 302 | 142 | 23 | 0 | 30 | 300 | 140 | 47 |
| Binary | 100 | 10011101 | 11000010 | 1100010 | 10011 | 0 | 11000 | 11000000 | 1100000 | 100111 |
Color Harmonies of #049DC2
Complementary color
Monochromatic Colors of #049DC2
Black with #049DC2
Text Example
Text Example
White with #049DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049DC2; }
p { color: rgb(4,157,194); }
H1.HeaderClassName
{
color: #049DC2;
}
.AnyTagClassName
{
color: #049DC2;
}
</style>
background-color css
<style>
a { background-color: #049DC2; }
a { background-color: rgb(4,157,194); }
div.DivClassName
{
background-color: #049DC2;
}
.BgClassName
{
background-color: #049DC2;
}
</style>
border-color css
<style>
span { border-color: #049DC2; }
span { border-color: rgb(4,157,194); }
td.TdClassName
{
border-color: #049DC2;
}
.TagClassName
{
border-color: #049DC2;
}
</style>