Shades of Pacific Blue #049BDC
Tints of Pacific Blue #049BDC
RGB
CMYK
RGB Variations
Color information
#049BDC (or 0x049BDC) is known color: Pacific Blue. HEX triplet: 04, 9B and DC. RGB value is (4,155,220). Sum of RGB (Red+Green+Blue) = 4+155+220=379 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 220 (86.33% from 255 or 58.05% from 379); Max value from RGB is 220 - color contains mainly: blue. Hex color #049BDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049BDC is #FB6423. Grayscale: #747474. Windows color (decimal): -16475172 or 14457604. OLE color: 14457604.
HSL color Cylindrical-coordinate representation of color #049BDC: hue angle of 198.06º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049BDC is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 155 | 220 | - |
| CMYK | 0.98 | 0.30 | 0 | 0.14 |
| HSL | 198.06º | 0.96% | 0.44% | - |
| HSV(B) | 198.06º | 0.98% | 0.86% | - |
| XYZ | 24.69 | 28.64 | 71.94 | - |
| YUV | 117.26 | 185.97 | 47.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 155 | 220 | 0.98 | 0.30 | 0 | 0.14 | 198.06 | 0.96 | 0.44 |
| Hex | 4 | 9B | DC | 62 | 1E | 0 | E | C6 | 60 | 2C |
| Octal | 4 | 233 | 334 | 142 | 36 | 0 | 16 | 306 | 140 | 54 |
| Binary | 100 | 10011011 | 11011100 | 1100010 | 11110 | 0 | 1110 | 11000110 | 1100000 | 101100 |
Color Harmonies of #049BDC
Complementary color
Monochromatic Colors of #049BDC
Black with #049BDC
Text Example
Text Example
White with #049BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049BDC; }
p { color: rgb(4,155,220); }
H1.HeaderClassName
{
color: #049BDC;
}
.AnyTagClassName
{
color: #049BDC;
}
</style>
background-color css
<style>
a { background-color: #049BDC; }
a { background-color: rgb(4,155,220); }
div.DivClassName
{
background-color: #049BDC;
}
.BgClassName
{
background-color: #049BDC;
}
</style>
border-color css
<style>
span { border-color: #049BDC; }
span { border-color: rgb(4,155,220); }
td.TdClassName
{
border-color: #049BDC;
}
.TagClassName
{
border-color: #049BDC;
}
</style>