Shades of Pacific Blue #049DC1
Tints of Pacific Blue #049DC1
RGB
CMYK
RGB Variations
Color information
#049DC1 (or 0x049DC1) is known color: Pacific Blue. HEX triplet: 04, 9D and C1. RGB value is (4,157,193). Sum of RGB (Red+Green+Blue) = 4+157+193=354 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 354); Green value is 157 (61.72% from 255 or 44.35% from 354); Blue value is 193 (75.78% from 255 or 54.52% from 354); Max value from RGB is 193 - color contains mainly: blue. Hex color #049DC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049DC1 is #FB623E. Grayscale: #737373. Windows color (decimal): -16474687 or 12688644. OLE color: 12688644.
HSL color Cylindrical-coordinate representation of color #049DC1: hue angle of 191.43º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049DC1 is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 157 | 193 | - |
| CMYK | 0.98 | 0.19 | 0 | 0.24 |
| HSL | 191.43º | 0.96% | 0.39% | - |
| HSV(B) | 191.43º | 0.98% | 0.76% | - |
| XYZ | 21.73 | 27.99 | 54.71 | - |
| YUV | 115.36 | 171.81 | 48.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 157 | 193 | 0.98 | 0.19 | 0 | 0.24 | 191.43 | 0.96 | 0.39 |
| Hex | 4 | 9D | C1 | 62 | 13 | 0 | 18 | BF | 60 | 27 |
| Octal | 4 | 235 | 301 | 142 | 23 | 0 | 30 | 277 | 140 | 47 |
| Binary | 100 | 10011101 | 11000001 | 1100010 | 10011 | 0 | 11000 | 10111111 | 1100000 | 100111 |
Color Harmonies of #049DC1
Complementary color
Monochromatic Colors of #049DC1
Black with #049DC1
Text Example
Text Example
White with #049DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049DC1; }
p { color: rgb(4,157,193); }
H1.HeaderClassName
{
color: #049DC1;
}
.AnyTagClassName
{
color: #049DC1;
}
</style>
background-color css
<style>
a { background-color: #049DC1; }
a { background-color: rgb(4,157,193); }
div.DivClassName
{
background-color: #049DC1;
}
.BgClassName
{
background-color: #049DC1;
}
</style>
border-color css
<style>
span { border-color: #049DC1; }
span { border-color: rgb(4,157,193); }
td.TdClassName
{
border-color: #049DC1;
}
.TagClassName
{
border-color: #049DC1;
}
</style>