Shades of Pacific Blue #049AD2
Tints of Pacific Blue #049AD2
RGB
CMYK
RGB Variations
Color information
#049AD2 (or 0x049AD2) is known color: Pacific Blue. HEX triplet: 04, 9A and D2. RGB value is (4,154,210). Sum of RGB (Red+Green+Blue) = 4+154+210=368 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 368); Green value is 154 (60.55% from 255 or 41.85% from 368); Blue value is 210 (82.42% from 255 or 57.07% from 368); Max value from RGB is 210 - color contains mainly: blue. Hex color #049AD2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049AD2 is #FB652D. Grayscale: #737373. Windows color (decimal): -16475438 or 13801988. OLE color: 13801988.
HSL color Cylindrical-coordinate representation of color #049AD2: hue angle of 196.31º 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 #049AD2 is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 154 | 210 | - |
| CMYK | 0.98 | 0.27 | 0 | 0.18 |
| HSL | 196.31º | 0.96% | 0.42% | - |
| HSV(B) | 196.31º | 0.98% | 0.82% | - |
| XYZ | 23.24 | 27.79 | 65.11 | - |
| YUV | 115.53 | 181.31 | 48.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 154 | 210 | 0.98 | 0.27 | 0 | 0.18 | 196.31 | 0.96 | 0.42 |
| Hex | 4 | 9A | D2 | 62 | 1B | 0 | 12 | C4 | 60 | 2A |
| Octal | 4 | 232 | 322 | 142 | 33 | 0 | 22 | 304 | 140 | 52 |
| Binary | 100 | 10011010 | 11010010 | 1100010 | 11011 | 0 | 10010 | 11000100 | 1100000 | 101010 |
Color Harmonies of #049AD2
Complementary color
Monochromatic Colors of #049AD2
Black with #049AD2
Text Example
Text Example
White with #049AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049AD2; }
p { color: rgb(4,154,210); }
H1.HeaderClassName
{
color: #049AD2;
}
.AnyTagClassName
{
color: #049AD2;
}
</style>
background-color css
<style>
a { background-color: #049AD2; }
a { background-color: rgb(4,154,210); }
div.DivClassName
{
background-color: #049AD2;
}
.BgClassName
{
background-color: #049AD2;
}
</style>
border-color css
<style>
span { border-color: #049AD2; }
span { border-color: rgb(4,154,210); }
td.TdClassName
{
border-color: #049AD2;
}
.TagClassName
{
border-color: #049AD2;
}
</style>