Shades of Pacific Blue #049DD4
Tints of Pacific Blue #049DD4
RGB
CMYK
RGB Variations
Color information
#049DD4 (or 0x049DD4) is known color: Pacific Blue. HEX triplet: 04, 9D and D4. RGB value is (4,157,212). Sum of RGB (Red+Green+Blue) = 4+157+212=373 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.07% from 373); Green value is 157 (61.72% from 255 or 42.09% from 373); Blue value is 212 (83.20% from 255 or 56.84% from 373); Max value from RGB is 212 - color contains mainly: blue. Hex color #049DD4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049DD4 is #FB622B. Grayscale: #757575. Windows color (decimal): -16474668 or 13933828. OLE color: 13933828.
HSL color Cylindrical-coordinate representation of color #049DD4: hue angle of 195.87º 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 #049DD4 is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 4 | 157 | 212 | - |
| CMYK | 0.98 | 0.26 | 0 | 0.17 |
| HSL | 195.87º | 0.96% | 0.42% | - |
| HSV(B) | 195.87º | 0.98% | 0.83% | - |
| XYZ | 23.99 | 28.89 | 66.6 | - |
| YUV | 117.52 | 181.31 | 47.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 157 | 212 | 0.98 | 0.26 | 0 | 0.17 | 195.87 | 0.96 | 0.42 |
| Hex | 4 | 9D | D4 | 62 | 1A | 0 | 11 | C4 | 60 | 2A |
| Octal | 4 | 235 | 324 | 142 | 32 | 0 | 21 | 304 | 140 | 52 |
| Binary | 100 | 10011101 | 11010100 | 1100010 | 11010 | 0 | 10001 | 11000100 | 1100000 | 101010 |
Color Harmonies of #049DD4
Complementary color
Monochromatic Colors of #049DD4
Black with #049DD4
Text Example
Text Example
White with #049DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049DD4; }
p { color: rgb(4,157,212); }
H1.HeaderClassName
{
color: #049DD4;
}
.AnyTagClassName
{
color: #049DD4;
}
</style>
background-color css
<style>
a { background-color: #049DD4; }
a { background-color: rgb(4,157,212); }
div.DivClassName
{
background-color: #049DD4;
}
.BgClassName
{
background-color: #049DD4;
}
</style>
border-color css
<style>
span { border-color: #049DD4; }
span { border-color: rgb(4,157,212); }
td.TdClassName
{
border-color: #049DD4;
}
.TagClassName
{
border-color: #049DD4;
}
</style>