Shades of Pacific Blue #049ADC
Tints of Pacific Blue #049ADC
RGB
CMYK
RGB Variations
Color information
#049ADC (or 0x049ADC) is known color: Pacific Blue. HEX triplet: 04, 9A and DC. RGB value is (4,154,220). Sum of RGB (Red+Green+Blue) = 4+154+220=378 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #049ADC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049ADC is #FB6523. Grayscale: #747474. Windows color (decimal): -16475428 or 14457348. OLE color: 14457348.
HSL color Cylindrical-coordinate representation of color #049ADC: hue angle of 198.33º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049ADC is Cyan = 0.98, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 154 | 220 | - |
| CMYK | 0.98 | 0.3 | 0 | 0.14 |
| HSL | 198.33º | 0.96% | 0.44% | - |
| HSV(B) | 198.33º | 0.98% | 0.86% | - |
| XYZ | 24.52 | 28.3 | 71.88 | - |
| YUV | 116.67 | 186.31 | 47.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 154 | 220 | 0.98 | 0.3 | 0 | 0.14 | 198.33 | 0.96 | 0.44 |
| Hex | 4 | 9A | DC | 62 | 1E | 0 | E | C6 | 60 | 2C |
| Octal | 4 | 232 | 334 | 142 | 36 | 0 | 16 | 306 | 140 | 54 |
| Binary | 100 | 10011010 | 11011100 | 1100010 | 11110 | 0 | 1110 | 11000110 | 1100000 | 101100 |
Color Harmonies of #049ADC
Complementary color
Monochromatic Colors of #049ADC
Black with #049ADC
Text Example
Text Example
White with #049ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049ADC; }
p { color: rgb(4,154,220); }
H1.HeaderClassName
{
color: #049ADC;
}
.AnyTagClassName
{
color: #049ADC;
}
</style>
background-color css
<style>
a { background-color: #049ADC; }
a { background-color: rgb(4,154,220); }
div.DivClassName
{
background-color: #049ADC;
}
.BgClassName
{
background-color: #049ADC;
}
</style>
border-color css
<style>
span { border-color: #049ADC; }
span { border-color: rgb(4,154,220); }
td.TdClassName
{
border-color: #049ADC;
}
.TagClassName
{
border-color: #049ADC;
}
</style>