Shades of Pacific Blue #0499CB
Tints of Pacific Blue #0499CB
RGB
CMYK
RGB Variations
Color information
#0499CB (or 0x0499CB) is known color: Pacific Blue. HEX triplet: 04, 99 and CB. RGB value is (4,153,203). Sum of RGB (Red+Green+Blue) = 4+153+203=360 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.11% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 203 (79.69% from 255 or 56.39% from 360); Max value from RGB is 203 - color contains mainly: blue. Hex color #0499CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0499CB is #FB6634. Grayscale: #717171. Windows color (decimal): -16475701 or 13342980. OLE color: 13342980.
HSL color Cylindrical-coordinate representation of color #0499CB: hue angle of 195.08º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0499CB is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 153 | 203 | - |
| CMYK | 0.98 | 0.25 | 0 | 0.20 |
| HSL | 195.08º | 0.96% | 0.41% | - |
| HSV(B) | 195.08º | 0.98% | 0.8% | - |
| XYZ | 22.22 | 27.12 | 60.56 | - |
| YUV | 114.15 | 178.14 | 49.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 153 | 203 | 0.98 | 0.25 | 0 | 0.20 | 195.08 | 0.96 | 0.41 |
| Hex | 4 | 99 | CB | 62 | 19 | 0 | 14 | C3 | 60 | 29 |
| Octal | 4 | 231 | 313 | 142 | 31 | 0 | 24 | 303 | 140 | 51 |
| Binary | 100 | 10011001 | 11001011 | 1100010 | 11001 | 0 | 10100 | 11000011 | 1100000 | 101001 |
Color Harmonies of #0499CB
Complementary color
Monochromatic Colors of #0499CB
Black with #0499CB
Text Example
Text Example
White with #0499CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0499CB; }
p { color: rgb(4,153,203); }
H1.HeaderClassName
{
color: #0499CB;
}
.AnyTagClassName
{
color: #0499CB;
}
</style>
background-color css
<style>
a { background-color: #0499CB; }
a { background-color: rgb(4,153,203); }
div.DivClassName
{
background-color: #0499CB;
}
.BgClassName
{
background-color: #0499CB;
}
</style>
border-color css
<style>
span { border-color: #0499CB; }
span { border-color: rgb(4,153,203); }
td.TdClassName
{
border-color: #0499CB;
}
.TagClassName
{
border-color: #0499CB;
}
</style>