Shades of Pacific Blue #049BD2
Tints of Pacific Blue #049BD2
RGB
CMYK
RGB Variations
Color information
#049BD2 (or 0x049BD2) is known color: Pacific Blue. HEX triplet: 04, 9B and D2. RGB value is (4,155,210). Sum of RGB (Red+Green+Blue) = 4+155+210=369 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 369); Green value is 155 (60.94% from 255 or 42.01% from 369); Blue value is 210 (82.42% from 255 or 56.91% from 369); Max value from RGB is 210 - color contains mainly: blue. Hex color #049BD2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049BD2 is #FB642D. Grayscale: #737373. Windows color (decimal): -16475182 or 13802244. OLE color: 13802244.
HSL color Cylindrical-coordinate representation of color #049BD2: hue angle of 196.02º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049BD2 is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 155 | 210 | - |
| CMYK | 0.98 | 0.26 | 0 | 0.18 |
| HSL | 196.02º | 0.96% | 0.42% | - |
| HSV(B) | 196.02º | 0.98% | 0.82% | - |
| XYZ | 23.4 | 28.12 | 65.17 | - |
| YUV | 116.12 | 180.97 | 48.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 155 | 210 | 0.98 | 0.26 | 0 | 0.18 | 196.02 | 0.96 | 0.42 |
| Hex | 4 | 9B | D2 | 62 | 1A | 0 | 12 | C4 | 60 | 2A |
| Octal | 4 | 233 | 322 | 142 | 32 | 0 | 22 | 304 | 140 | 52 |
| Binary | 100 | 10011011 | 11010010 | 1100010 | 11010 | 0 | 10010 | 11000100 | 1100000 | 101010 |
Color Harmonies of #049BD2
Complementary color
Monochromatic Colors of #049BD2
Black with #049BD2
Text Example
Text Example
White with #049BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049BD2; }
p { color: rgb(4,155,210); }
H1.HeaderClassName
{
color: #049BD2;
}
.AnyTagClassName
{
color: #049BD2;
}
</style>
background-color css
<style>
a { background-color: #049BD2; }
a { background-color: rgb(4,155,210); }
div.DivClassName
{
background-color: #049BD2;
}
.BgClassName
{
background-color: #049BD2;
}
</style>
border-color css
<style>
span { border-color: #049BD2; }
span { border-color: rgb(4,155,210); }
td.TdClassName
{
border-color: #049BD2;
}
.TagClassName
{
border-color: #049BD2;
}
</style>