Shades of Pacific Blue #049DDA
Tints of Pacific Blue #049DDA
RGB
CMYK
RGB Variations
Color information
#049DDA (or 0x049DDA) is known color: Pacific Blue. HEX triplet: 04, 9D and DA. RGB value is (4,157,218). Sum of RGB (Red+Green+Blue) = 4+157+218=379 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 218 (85.55% from 255 or 57.52% from 379); Max value from RGB is 218 - color contains mainly: blue. Hex color #049DDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049DDA is #FB6225. Grayscale: #757575. Windows color (decimal): -16474662 or 14327044. OLE color: 14327044.
HSL color Cylindrical-coordinate representation of color #049DDA: hue angle of 197.1º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049DDA is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 4 | 157 | 218 | - |
| CMYK | 0.98 | 0.28 | 0 | 0.15 |
| HSL | 197.1º | 0.96% | 0.44% | - |
| HSV(B) | 197.1º | 0.98% | 0.85% | - |
| XYZ | 24.76 | 29.2 | 70.66 | - |
| YUV | 118.21 | 184.31 | 46.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 157 | 218 | 0.98 | 0.28 | 0 | 0.15 | 197.1 | 0.96 | 0.44 |
| Hex | 4 | 9D | DA | 62 | 1C | 0 | F | C5 | 60 | 2C |
| Octal | 4 | 235 | 332 | 142 | 34 | 0 | 17 | 305 | 140 | 54 |
| Binary | 100 | 10011101 | 11011010 | 1100010 | 11100 | 0 | 1111 | 11000101 | 1100000 | 101100 |
Color Harmonies of #049DDA
Complementary color
Monochromatic Colors of #049DDA
Black with #049DDA
Text Example
Text Example
White with #049DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049DDA; }
p { color: rgb(4,157,218); }
H1.HeaderClassName
{
color: #049DDA;
}
.AnyTagClassName
{
color: #049DDA;
}
</style>
background-color css
<style>
a { background-color: #049DDA; }
a { background-color: rgb(4,157,218); }
div.DivClassName
{
background-color: #049DDA;
}
.BgClassName
{
background-color: #049DDA;
}
</style>
border-color css
<style>
span { border-color: #049DDA; }
span { border-color: rgb(4,157,218); }
td.TdClassName
{
border-color: #049DDA;
}
.TagClassName
{
border-color: #049DDA;
}
</style>