Shades of Neptune #729CA2
Tints of Neptune #729CA2
RGB
CMYK
RGB Variations
Color information
#729CA2 (or 0x729CA2) is known color: Neptune. HEX triplet: 72, 9C and A2. RGB value is (114,156,162). Sum of RGB (Red+Green+Blue) = 114+156+162=432 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.39% from 432); Green value is 156 (61.33% from 255 or 36.11% from 432); Blue value is 162 (63.67% from 255 or 37.5% from 432); Max value from RGB is 162 - color contains mainly: blue. Hex color #729CA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729CA2 is #8D635D. Grayscale: #909090. Windows color (decimal): -9266014 or 10656882. OLE color: 10656882.
HSL color Cylindrical-coordinate representation of color #729CA2: hue angle of 187.5º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #729CA2 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 156 | 162 | - |
| CMYK | 0.30 | 0.04 | 0 | 0.36 |
| HSL | 187.5º | 0.21% | 0.54% | - |
| HSV(B) | 187.5º | 0.3% | 0.64% | - |
| XYZ | 25.35 | 29.96 | 38.63 | - |
| YUV | 144.13 | 138.09 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 156 | 162 | 0.30 | 0.04 | 0 | 0.36 | 187.5 | 0.21 | 0.54 |
| Hex | 72 | 9C | A2 | 1E | 4 | 0 | 24 | BC | 15 | 36 |
| Octal | 162 | 234 | 242 | 36 | 4 | 0 | 44 | 274 | 25 | 66 |
| Binary | 1110010 | 10011100 | 10100010 | 11110 | 100 | 0 | 100100 | 10111100 | 10101 | 110110 |
Color Harmonies of #729CA2
Complementary color
Monochromatic Colors of #729CA2
Black with #729CA2
Text Example
Text Example
White with #729CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729CA2; }
p { color: rgb(114,156,162); }
H1.HeaderClassName
{
color: #729CA2;
}
.AnyTagClassName
{
color: #729CA2;
}
</style>
background-color css
<style>
a { background-color: #729CA2; }
a { background-color: rgb(114,156,162); }
div.DivClassName
{
background-color: #729CA2;
}
.BgClassName
{
background-color: #729CA2;
}
</style>
border-color css
<style>
span { border-color: #729CA2; }
span { border-color: rgb(114,156,162); }
td.TdClassName
{
border-color: #729CA2;
}
.TagClassName
{
border-color: #729CA2;
}
</style>