Shades of Pacific Blue #049FBA
Tints of Pacific Blue #049FBA
RGB
CMYK
RGB Variations
Color information
#049FBA (or 0x049FBA) is known color: Pacific Blue. HEX triplet: 04, 9F and BA. RGB value is (4,159,186). Sum of RGB (Red+Green+Blue) = 4+159+186=349 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 349); Green value is 159 (62.5% from 255 or 45.56% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #049FBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049FBA is #FB6045. Grayscale: #737373. Windows color (decimal): -16474182 or 12230404. OLE color: 12230404.
HSL color Cylindrical-coordinate representation of color #049FBA: hue angle of 188.9º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049FBA is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 159 | 186 | - |
| CMYK | 0.98 | 0.15 | 0 | 0.27 |
| HSL | 188.9º | 0.96% | 0.37% | - |
| HSV(B) | 188.9º | 0.98% | 0.73% | - |
| XYZ | 21.31 | 28.37 | 50.81 | - |
| YUV | 115.73 | 167.65 | 48.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 159 | 186 | 0.98 | 0.15 | 0 | 0.27 | 188.9 | 0.96 | 0.37 |
| Hex | 4 | 9F | BA | 62 | F | 0 | 1B | BD | 60 | 25 |
| Octal | 4 | 237 | 272 | 142 | 17 | 0 | 33 | 275 | 140 | 45 |
| Binary | 100 | 10011111 | 10111010 | 1100010 | 1111 | 0 | 11011 | 10111101 | 1100000 | 100101 |
Color Harmonies of #049FBA
Complementary color
Monochromatic Colors of #049FBA
Black with #049FBA
Text Example
Text Example
White with #049FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049FBA; }
p { color: rgb(4,159,186); }
H1.HeaderClassName
{
color: #049FBA;
}
.AnyTagClassName
{
color: #049FBA;
}
</style>
background-color css
<style>
a { background-color: #049FBA; }
a { background-color: rgb(4,159,186); }
div.DivClassName
{
background-color: #049FBA;
}
.BgClassName
{
background-color: #049FBA;
}
</style>
border-color css
<style>
span { border-color: #049FBA; }
span { border-color: rgb(4,159,186); }
td.TdClassName
{
border-color: #049FBA;
}
.TagClassName
{
border-color: #049FBA;
}
</style>