Shades of Pacific Blue #049BCF
Tints of Pacific Blue #049BCF
RGB
CMYK
RGB Variations
Color information
#049BCF (or 0x049BCF) is known color: Pacific Blue. HEX triplet: 04, 9B and CF. RGB value is (4,155,207). Sum of RGB (Red+Green+Blue) = 4+155+207=366 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 366); Green value is 155 (60.94% from 255 or 42.35% from 366); Blue value is 207 (81.25% from 255 or 56.56% from 366); Max value from RGB is 207 - color contains mainly: blue. Hex color #049BCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049BCF is #FB6430. Grayscale: #737373. Windows color (decimal): -16475185 or 13605636. OLE color: 13605636.
HSL color Cylindrical-coordinate representation of color #049BCF: hue angle of 195.37º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049BCF is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 155 | 207 | - |
| CMYK | 0.98 | 0.25 | 0 | 0.19 |
| HSL | 195.37º | 0.96% | 0.41% | - |
| HSV(B) | 195.37º | 0.98% | 0.81% | - |
| XYZ | 23.03 | 27.97 | 63.22 | - |
| YUV | 115.78 | 179.47 | 48.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 155 | 207 | 0.98 | 0.25 | 0 | 0.19 | 195.37 | 0.96 | 0.41 |
| Hex | 4 | 9B | CF | 62 | 19 | 0 | 13 | C3 | 60 | 29 |
| Octal | 4 | 233 | 317 | 142 | 31 | 0 | 23 | 303 | 140 | 51 |
| Binary | 100 | 10011011 | 11001111 | 1100010 | 11001 | 0 | 10011 | 11000011 | 1100000 | 101001 |
Color Harmonies of #049BCF
Complementary color
Monochromatic Colors of #049BCF
Black with #049BCF
Text Example
Text Example
White with #049BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049BCF; }
p { color: rgb(4,155,207); }
H1.HeaderClassName
{
color: #049BCF;
}
.AnyTagClassName
{
color: #049BCF;
}
</style>
background-color css
<style>
a { background-color: #049BCF; }
a { background-color: rgb(4,155,207); }
div.DivClassName
{
background-color: #049BCF;
}
.BgClassName
{
background-color: #049BCF;
}
</style>
border-color css
<style>
span { border-color: #049BCF; }
span { border-color: rgb(4,155,207); }
td.TdClassName
{
border-color: #049BCF;
}
.TagClassName
{
border-color: #049BCF;
}
</style>