Shades of Pacific Blue #049DCC
Tints of Pacific Blue #049DCC
RGB
CMYK
RGB Variations
Color information
#049DCC (or 0x049DCC) is known color: Pacific Blue. HEX triplet: 04, 9D and CC. RGB value is (4,157,204). Sum of RGB (Red+Green+Blue) = 4+157+204=365 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 365); Green value is 157 (61.72% from 255 or 43.01% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #049DCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049DCC is #FB6233. Grayscale: #747474. Windows color (decimal): -16474676 or 13409540. OLE color: 13409540.
HSL color Cylindrical-coordinate representation of color #049DCC: hue angle of 194.1º 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 #049DCC is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 4 | 157 | 204 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.2 |
| HSL | 194.1º | 0.96% | 0.41% | - |
| HSV(B) | 194.1º | 0.98% | 0.8% | - |
| XYZ | 23.01 | 28.5 | 61.42 | - |
| YUV | 116.61 | 177.31 | 47.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 157 | 204 | 0.98 | 0.23 | 0 | 0.2 | 194.1 | 0.96 | 0.41 |
| Hex | 4 | 9D | CC | 62 | 17 | 0 | 14 | C2 | 60 | 29 |
| Octal | 4 | 235 | 314 | 142 | 27 | 0 | 24 | 302 | 140 | 51 |
| Binary | 100 | 10011101 | 11001100 | 1100010 | 10111 | 0 | 10100 | 11000010 | 1100000 | 101001 |
Color Harmonies of #049DCC
Complementary color
Monochromatic Colors of #049DCC
Black with #049DCC
Text Example
Text Example
White with #049DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049DCC; }
p { color: rgb(4,157,204); }
H1.HeaderClassName
{
color: #049DCC;
}
.AnyTagClassName
{
color: #049DCC;
}
</style>
background-color css
<style>
a { background-color: #049DCC; }
a { background-color: rgb(4,157,204); }
div.DivClassName
{
background-color: #049DCC;
}
.BgClassName
{
background-color: #049DCC;
}
</style>
border-color css
<style>
span { border-color: #049DCC; }
span { border-color: rgb(4,157,204); }
td.TdClassName
{
border-color: #049DCC;
}
.TagClassName
{
border-color: #049DCC;
}
</style>