Shades of Pacific Blue #0499C6
Tints of Pacific Blue #0499C6
RGB
CMYK
RGB Variations
Color information
#0499C6 (or 0x0499C6) is known color: Pacific Blue. HEX triplet: 04, 99 and C6. RGB value is (4,153,198). Sum of RGB (Red+Green+Blue) = 4+153+198=355 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 198 (77.73% from 255 or 55.77% from 355); Max value from RGB is 198 - color contains mainly: blue. Hex color #0499C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0499C6 is #FB6639. Grayscale: #717171. Windows color (decimal): -16475706 or 13015300. OLE color: 13015300.
HSL color Cylindrical-coordinate representation of color #0499C6: hue angle of 193.92º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0499C6 is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 4 | 153 | 198 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.22 |
| HSL | 193.92º | 0.96% | 0.4% | - |
| HSV(B) | 193.92º | 0.98% | 0.78% | - |
| XYZ | 21.63 | 26.89 | 57.48 | - |
| YUV | 113.58 | 175.64 | 49.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 153 | 198 | 0.98 | 0.23 | 0 | 0.22 | 193.92 | 0.96 | 0.4 |
| Hex | 4 | 99 | C6 | 62 | 17 | 0 | 16 | C2 | 60 | 28 |
| Octal | 4 | 231 | 306 | 142 | 27 | 0 | 26 | 302 | 140 | 50 |
| Binary | 100 | 10011001 | 11000110 | 1100010 | 10111 | 0 | 10110 | 11000010 | 1100000 | 101000 |
Color Harmonies of #0499C6
Complementary color
Monochromatic Colors of #0499C6
Black with #0499C6
Text Example
Text Example
White with #0499C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0499C6; }
p { color: rgb(4,153,198); }
H1.HeaderClassName
{
color: #0499C6;
}
.AnyTagClassName
{
color: #0499C6;
}
</style>
background-color css
<style>
a { background-color: #0499C6; }
a { background-color: rgb(4,153,198); }
div.DivClassName
{
background-color: #0499C6;
}
.BgClassName
{
background-color: #0499C6;
}
</style>
border-color css
<style>
span { border-color: #0499C6; }
span { border-color: rgb(4,153,198); }
td.TdClassName
{
border-color: #0499C6;
}
.TagClassName
{
border-color: #0499C6;
}
</style>