Shades of Pacific Blue #0499DC
Tints of Pacific Blue #0499DC
RGB
CMYK
RGB Variations
Color information
#0499DC (or 0x0499DC) is known color: Pacific Blue. HEX triplet: 04, 99 and DC. RGB value is (4,153,220). Sum of RGB (Red+Green+Blue) = 4+153+220=377 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 220 (86.33% from 255 or 58.36% from 377); Max value from RGB is 220 - color contains mainly: blue. Hex color #0499DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0499DC is #FB6623. Grayscale: #737373. Windows color (decimal): -16475684 or 14457092. OLE color: 14457092.
HSL color Cylindrical-coordinate representation of color #0499DC: hue angle of 198.61º 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 #0499DC is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 153 | 220 | - |
| CMYK | 0.98 | 0.30 | 0 | 0.14 |
| HSL | 198.61º | 0.96% | 0.44% | - |
| HSV(B) | 198.61º | 0.98% | 0.86% | - |
| XYZ | 24.36 | 27.98 | 71.83 | - |
| YUV | 116.09 | 186.64 | 48.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 153 | 220 | 0.98 | 0.30 | 0 | 0.14 | 198.61 | 0.96 | 0.44 |
| Hex | 4 | 99 | DC | 62 | 1E | 0 | E | C7 | 60 | 2C |
| Octal | 4 | 231 | 334 | 142 | 36 | 0 | 16 | 307 | 140 | 54 |
| Binary | 100 | 10011001 | 11011100 | 1100010 | 11110 | 0 | 1110 | 11000111 | 1100000 | 101100 |
Color Harmonies of #0499DC
Complementary color
Monochromatic Colors of #0499DC
Black with #0499DC
Text Example
Text Example
White with #0499DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0499DC; }
p { color: rgb(4,153,220); }
H1.HeaderClassName
{
color: #0499DC;
}
.AnyTagClassName
{
color: #0499DC;
}
</style>
background-color css
<style>
a { background-color: #0499DC; }
a { background-color: rgb(4,153,220); }
div.DivClassName
{
background-color: #0499DC;
}
.BgClassName
{
background-color: #0499DC;
}
</style>
border-color css
<style>
span { border-color: #0499DC; }
span { border-color: rgb(4,153,220); }
td.TdClassName
{
border-color: #0499DC;
}
.TagClassName
{
border-color: #0499DC;
}
</style>