Shades of Pacific Blue #049EC4
Tints of Pacific Blue #049EC4
RGB
CMYK
RGB Variations
Color information
#049EC4 (or 0x049EC4) is known color: Pacific Blue. HEX triplet: 04, 9E and C4. RGB value is (4,158,196). Sum of RGB (Red+Green+Blue) = 4+158+196=358 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.12% from 358); Green value is 158 (62.11% from 255 or 44.13% from 358); Blue value is 196 (76.95% from 255 or 54.75% from 358); Max value from RGB is 196 - color contains mainly: blue. Hex color #049EC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049EC4 is #FB613B. Grayscale: #737373. Windows color (decimal): -16474428 or 12885508. OLE color: 12885508.
HSL color Cylindrical-coordinate representation of color #049EC4: hue angle of 191.88º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049EC4 is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 4 | 158 | 196 | - |
| CMYK | 0.98 | 0.19 | 0 | 0.23 |
| HSL | 191.88º | 0.96% | 0.39% | - |
| HSV(B) | 191.88º | 0.98% | 0.77% | - |
| XYZ | 22.24 | 28.47 | 56.55 | - |
| YUV | 116.29 | 172.98 | 47.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 158 | 196 | 0.98 | 0.19 | 0 | 0.23 | 191.88 | 0.96 | 0.39 |
| Hex | 4 | 9E | C4 | 62 | 13 | 0 | 17 | C0 | 60 | 27 |
| Octal | 4 | 236 | 304 | 142 | 23 | 0 | 27 | 300 | 140 | 47 |
| Binary | 100 | 10011110 | 11000100 | 1100010 | 10011 | 0 | 10111 | 11000000 | 1100000 | 100111 |
Color Harmonies of #049EC4
Complementary color
Monochromatic Colors of #049EC4
Black with #049EC4
Text Example
Text Example
White with #049EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049EC4; }
p { color: rgb(4,158,196); }
H1.HeaderClassName
{
color: #049EC4;
}
.AnyTagClassName
{
color: #049EC4;
}
</style>
background-color css
<style>
a { background-color: #049EC4; }
a { background-color: rgb(4,158,196); }
div.DivClassName
{
background-color: #049EC4;
}
.BgClassName
{
background-color: #049EC4;
}
</style>
border-color css
<style>
span { border-color: #049EC4; }
span { border-color: rgb(4,158,196); }
td.TdClassName
{
border-color: #049EC4;
}
.TagClassName
{
border-color: #049EC4;
}
</style>