Shades of Pacific Blue #049DCB
Tints of Pacific Blue #049DCB
RGB
CMYK
RGB Variations
Color information
#049DCB (or 0x049DCB) is known color: Pacific Blue. HEX triplet: 04, 9D and CB. RGB value is (4,157,203). Sum of RGB (Red+Green+Blue) = 4+157+203=364 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 364); Green value is 157 (61.72% from 255 or 43.13% from 364); Blue value is 203 (79.69% from 255 or 55.77% from 364); Max value from RGB is 203 - color contains mainly: blue. Hex color #049DCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049DCB is #FB6234. Grayscale: #747474. Windows color (decimal): -16474677 or 13344004. OLE color: 13344004.
HSL color Cylindrical-coordinate representation of color #049DCB: hue angle of 193.87º 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 #049DCB is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 157 | 203 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.20 |
| HSL | 193.87º | 0.96% | 0.41% | - |
| HSV(B) | 193.87º | 0.98% | 0.8% | - |
| XYZ | 22.89 | 28.45 | 60.79 | - |
| YUV | 116.5 | 176.81 | 47.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 157 | 203 | 0.98 | 0.23 | 0 | 0.20 | 193.87 | 0.96 | 0.41 |
| Hex | 4 | 9D | CB | 62 | 17 | 0 | 14 | C2 | 60 | 29 |
| Octal | 4 | 235 | 313 | 142 | 27 | 0 | 24 | 302 | 140 | 51 |
| Binary | 100 | 10011101 | 11001011 | 1100010 | 10111 | 0 | 10100 | 11000010 | 1100000 | 101001 |
Color Harmonies of #049DCB
Complementary color
Monochromatic Colors of #049DCB
Black with #049DCB
Text Example
Text Example
White with #049DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049DCB; }
p { color: rgb(4,157,203); }
H1.HeaderClassName
{
color: #049DCB;
}
.AnyTagClassName
{
color: #049DCB;
}
</style>
background-color css
<style>
a { background-color: #049DCB; }
a { background-color: rgb(4,157,203); }
div.DivClassName
{
background-color: #049DCB;
}
.BgClassName
{
background-color: #049DCB;
}
</style>
border-color css
<style>
span { border-color: #049DCB; }
span { border-color: rgb(4,157,203); }
td.TdClassName
{
border-color: #049DCB;
}
.TagClassName
{
border-color: #049DCB;
}
</style>