Shades of Pacific Blue #049CE6
Tints of Pacific Blue #049CE6
RGB
CMYK
RGB Variations
Color information
#049CE6 (or 0x049CE6) is known color: Pacific Blue. HEX triplet: 04, 9C and E6. RGB value is (4,156,230). Sum of RGB (Red+Green+Blue) = 4+156+230=390 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.03% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 230 (90.23% from 255 or 58.97% from 390); Max value from RGB is 230 - color contains mainly: blue. Hex color #049CE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #049CE6 is #FB6319. Grayscale: #767676. Windows color (decimal): -16474906 or 15113220. OLE color: 15113220.
HSL color Cylindrical-coordinate representation of color #049CE6: hue angle of 199.65º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049CE6 is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 4 | 156 | 230 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.10 |
| HSL | 199.65º | 0.97% | 0.46% | - |
| HSV(B) | 199.65º | 0.98% | 0.9% | - |
| XYZ | 26.22 | 29.52 | 79.18 | - |
| YUV | 118.99 | 190.64 | 45.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 156 | 230 | 0.98 | 0.32 | 0 | 0.10 | 199.65 | 0.97 | 0.46 |
| Hex | 4 | 9C | E6 | 62 | 20 | 0 | A | C8 | 61 | 2E |
| Octal | 4 | 234 | 346 | 142 | 40 | 0 | 12 | 310 | 141 | 56 |
| Binary | 100 | 10011100 | 11100110 | 1100010 | 100000 | 0 | 1010 | 11001000 | 1100001 | 101110 |
Color Harmonies of #049CE6
Complementary color
Monochromatic Colors of #049CE6
Black with #049CE6
Text Example
Text Example
White with #049CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049CE6; }
p { color: rgb(4,156,230); }
H1.HeaderClassName
{
color: #049CE6;
}
.AnyTagClassName
{
color: #049CE6;
}
</style>
background-color css
<style>
a { background-color: #049CE6; }
a { background-color: rgb(4,156,230); }
div.DivClassName
{
background-color: #049CE6;
}
.BgClassName
{
background-color: #049CE6;
}
</style>
border-color css
<style>
span { border-color: #049CE6; }
span { border-color: rgb(4,156,230); }
td.TdClassName
{
border-color: #049CE6;
}
.TagClassName
{
border-color: #049CE6;
}
</style>