Shades of Pacific Blue #049CCC
Tints of Pacific Blue #049CCC
RGB
CMYK
RGB Variations
Color information
#049CCC (or 0x049CCC) is known color: Pacific Blue. HEX triplet: 04, 9C and CC. RGB value is (4,156,204). Sum of RGB (Red+Green+Blue) = 4+156+204=364 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 364); Green value is 156 (61.33% from 255 or 42.86% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #049CCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049CCC is #FB6333. Grayscale: #737373. Windows color (decimal): -16474932 or 13409284. OLE color: 13409284.
HSL color Cylindrical-coordinate representation of color #049CCC: hue angle of 194.4º 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 #049CCC is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 4 | 156 | 204 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.2 |
| HSL | 194.4º | 0.96% | 0.41% | - |
| HSV(B) | 194.4º | 0.98% | 0.8% | - |
| XYZ | 22.84 | 28.16 | 61.36 | - |
| YUV | 116.02 | 177.64 | 48.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 156 | 204 | 0.98 | 0.24 | 0 | 0.2 | 194.4 | 0.96 | 0.41 |
| Hex | 4 | 9C | CC | 62 | 18 | 0 | 14 | C2 | 60 | 29 |
| Octal | 4 | 234 | 314 | 142 | 30 | 0 | 24 | 302 | 140 | 51 |
| Binary | 100 | 10011100 | 11001100 | 1100010 | 11000 | 0 | 10100 | 11000010 | 1100000 | 101001 |
Color Harmonies of #049CCC
Complementary color
Monochromatic Colors of #049CCC
Black with #049CCC
Text Example
Text Example
White with #049CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049CCC; }
p { color: rgb(4,156,204); }
H1.HeaderClassName
{
color: #049CCC;
}
.AnyTagClassName
{
color: #049CCC;
}
</style>
background-color css
<style>
a { background-color: #049CCC; }
a { background-color: rgb(4,156,204); }
div.DivClassName
{
background-color: #049CCC;
}
.BgClassName
{
background-color: #049CCC;
}
</style>
border-color css
<style>
span { border-color: #049CCC; }
span { border-color: rgb(4,156,204); }
td.TdClassName
{
border-color: #049CCC;
}
.TagClassName
{
border-color: #049CCC;
}
</style>