Shades of Pacific Blue #0491C5
Tints of Pacific Blue #0491C5
RGB
CMYK
RGB Variations
Color information
#0491C5 (or 0x0491C5) is known color: Pacific Blue. HEX triplet: 04, 91 and C5. RGB value is (4,145,197). Sum of RGB (Red+Green+Blue) = 4+145+197=346 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 346); Green value is 145 (57.03% from 255 or 41.91% from 346); Blue value is 197 (77.34% from 255 or 56.94% from 346); Max value from RGB is 197 - color contains mainly: blue. Hex color #0491C5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0491C5 is #FB6E3A. Grayscale: #6C6C6C. Windows color (decimal): -16477755 or 12947716. OLE color: 12947716.
HSL color Cylindrical-coordinate representation of color #0491C5: hue angle of 196.17º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0491C5 is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 4 | 145 | 197 | - |
| CMYK | 0.98 | 0.26 | 0 | 0.23 |
| HSL | 196.17º | 0.96% | 0.39% | - |
| HSV(B) | 196.17º | 0.98% | 0.77% | - |
| XYZ | 20.25 | 24.31 | 56.45 | - |
| YUV | 108.77 | 177.79 | 53.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 145 | 197 | 0.98 | 0.26 | 0 | 0.23 | 196.17 | 0.96 | 0.39 |
| Hex | 4 | 91 | C5 | 62 | 1A | 0 | 17 | C4 | 60 | 27 |
| Octal | 4 | 221 | 305 | 142 | 32 | 0 | 27 | 304 | 140 | 47 |
| Binary | 100 | 10010001 | 11000101 | 1100010 | 11010 | 0 | 10111 | 11000100 | 1100000 | 100111 |
Color Harmonies of #0491C5
Complementary color
Monochromatic Colors of #0491C5
Black with #0491C5
Text Example
Text Example
White with #0491C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0491C5; }
p { color: rgb(4,145,197); }
H1.HeaderClassName
{
color: #0491C5;
}
.AnyTagClassName
{
color: #0491C5;
}
</style>
background-color css
<style>
a { background-color: #0491C5; }
a { background-color: rgb(4,145,197); }
div.DivClassName
{
background-color: #0491C5;
}
.BgClassName
{
background-color: #0491C5;
}
</style>
border-color css
<style>
span { border-color: #0491C5; }
span { border-color: rgb(4,145,197); }
td.TdClassName
{
border-color: #0491C5;
}
.TagClassName
{
border-color: #0491C5;
}
</style>