Shades of Pacific Blue #049DCD
Tints of Pacific Blue #049DCD
RGB
CMYK
RGB Variations
Color information
#049DCD (or 0x049DCD) is known color: Pacific Blue. HEX triplet: 04, 9D and CD. RGB value is (4,157,205). Sum of RGB (Red+Green+Blue) = 4+157+205=366 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 366); Green value is 157 (61.72% from 255 or 42.90% from 366); Blue value is 205 (80.47% from 255 or 56.01% from 366); Max value from RGB is 205 - color contains mainly: blue. Hex color #049DCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049DCD is #FB6232. Grayscale: #747474. Windows color (decimal): -16474675 or 13475076. OLE color: 13475076.
HSL color Cylindrical-coordinate representation of color #049DCD: hue angle of 194.33º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049DCD is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 157 | 205 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.20 |
| HSL | 194.33º | 0.96% | 0.41% | - |
| HSV(B) | 194.33º | 0.98% | 0.8% | - |
| XYZ | 23.13 | 28.55 | 62.05 | - |
| YUV | 116.73 | 177.81 | 47.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 157 | 205 | 0.98 | 0.23 | 0 | 0.20 | 194.33 | 0.96 | 0.41 |
| Hex | 4 | 9D | CD | 62 | 17 | 0 | 14 | C2 | 60 | 29 |
| Octal | 4 | 235 | 315 | 142 | 27 | 0 | 24 | 302 | 140 | 51 |
| Binary | 100 | 10011101 | 11001101 | 1100010 | 10111 | 0 | 10100 | 11000010 | 1100000 | 101001 |
Color Harmonies of #049DCD
Complementary color
Monochromatic Colors of #049DCD
Black with #049DCD
Text Example
Text Example
White with #049DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049DCD; }
p { color: rgb(4,157,205); }
H1.HeaderClassName
{
color: #049DCD;
}
.AnyTagClassName
{
color: #049DCD;
}
</style>
background-color css
<style>
a { background-color: #049DCD; }
a { background-color: rgb(4,157,205); }
div.DivClassName
{
background-color: #049DCD;
}
.BgClassName
{
background-color: #049DCD;
}
</style>
border-color css
<style>
span { border-color: #049DCD; }
span { border-color: rgb(4,157,205); }
td.TdClassName
{
border-color: #049DCD;
}
.TagClassName
{
border-color: #049DCD;
}
</style>