Shades of Pacific Blue #049ED3
Tints of Pacific Blue #049ED3
RGB
CMYK
RGB Variations
Color information
#049ED3 (or 0x049ED3) is known color: Pacific Blue. HEX triplet: 04, 9E and D3. RGB value is (4,158,211). Sum of RGB (Red+Green+Blue) = 4+158+211=373 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.07% from 373); Green value is 158 (62.11% from 255 or 42.36% from 373); Blue value is 211 (82.81% from 255 or 56.57% from 373); Max value from RGB is 211 - color contains mainly: blue. Hex color #049ED3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049ED3 is #FB612C. Grayscale: #757575. Windows color (decimal): -16474413 or 13868548. OLE color: 13868548.
HSL color Cylindrical-coordinate representation of color #049ED3: hue angle of 195.36º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049ED3 is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 4 | 158 | 211 | - |
| CMYK | 0.98 | 0.25 | 0 | 0.17 |
| HSL | 195.36º | 0.96% | 0.42% | - |
| HSV(B) | 195.36º | 0.98% | 0.83% | - |
| XYZ | 24.03 | 29.18 | 65.99 | - |
| YUV | 118 | 180.48 | 46.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 158 | 211 | 0.98 | 0.25 | 0 | 0.17 | 195.36 | 0.96 | 0.42 |
| Hex | 4 | 9E | D3 | 62 | 19 | 0 | 11 | C3 | 60 | 2A |
| Octal | 4 | 236 | 323 | 142 | 31 | 0 | 21 | 303 | 140 | 52 |
| Binary | 100 | 10011110 | 11010011 | 1100010 | 11001 | 0 | 10001 | 11000011 | 1100000 | 101010 |
Color Harmonies of #049ED3
Complementary color
Monochromatic Colors of #049ED3
Black with #049ED3
Text Example
Text Example
White with #049ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049ED3; }
p { color: rgb(4,158,211); }
H1.HeaderClassName
{
color: #049ED3;
}
.AnyTagClassName
{
color: #049ED3;
}
</style>
background-color css
<style>
a { background-color: #049ED3; }
a { background-color: rgb(4,158,211); }
div.DivClassName
{
background-color: #049ED3;
}
.BgClassName
{
background-color: #049ED3;
}
</style>
border-color css
<style>
span { border-color: #049ED3; }
span { border-color: rgb(4,158,211); }
td.TdClassName
{
border-color: #049ED3;
}
.TagClassName
{
border-color: #049ED3;
}
</style>