Shades of Pacific Blue #049BDB
Tints of Pacific Blue #049BDB
RGB
CMYK
RGB Variations
Color information
#049BDB (or 0x049BDB) is known color: Pacific Blue. HEX triplet: 04, 9B and DB. RGB value is (4,155,219). Sum of RGB (Red+Green+Blue) = 4+155+219=378 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #049BDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049BDB is #FB6424. Grayscale: #747474. Windows color (decimal): -16475173 or 14392068. OLE color: 14392068.
HSL color Cylindrical-coordinate representation of color #049BDB: hue angle of 197.86º 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 #049BDB is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 155 | 219 | - |
| CMYK | 0.98 | 0.29 | 0 | 0.14 |
| HSL | 197.86º | 0.96% | 0.44% | - |
| HSV(B) | 197.86º | 0.98% | 0.86% | - |
| XYZ | 24.56 | 28.58 | 71.24 | - |
| YUV | 117.15 | 185.47 | 47.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 155 | 219 | 0.98 | 0.29 | 0 | 0.14 | 197.86 | 0.96 | 0.44 |
| Hex | 4 | 9B | DB | 62 | 1D | 0 | E | C6 | 60 | 2C |
| Octal | 4 | 233 | 333 | 142 | 35 | 0 | 16 | 306 | 140 | 54 |
| Binary | 100 | 10011011 | 11011011 | 1100010 | 11101 | 0 | 1110 | 11000110 | 1100000 | 101100 |
Color Harmonies of #049BDB
Complementary color
Monochromatic Colors of #049BDB
Black with #049BDB
Text Example
Text Example
White with #049BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049BDB; }
p { color: rgb(4,155,219); }
H1.HeaderClassName
{
color: #049BDB;
}
.AnyTagClassName
{
color: #049BDB;
}
</style>
background-color css
<style>
a { background-color: #049BDB; }
a { background-color: rgb(4,155,219); }
div.DivClassName
{
background-color: #049BDB;
}
.BgClassName
{
background-color: #049BDB;
}
</style>
border-color css
<style>
span { border-color: #049BDB; }
span { border-color: rgb(4,155,219); }
td.TdClassName
{
border-color: #049BDB;
}
.TagClassName
{
border-color: #049BDB;
}
</style>