Shades of Neptune #729FA3
Tints of Neptune #729FA3
RGB
CMYK
RGB Variations
Color information
#729FA3 (or 0x729FA3) is known color: Neptune. HEX triplet: 72, 9F and A3. RGB value is (114,159,163). Sum of RGB (Red+Green+Blue) = 114+159+163=436 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.15% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 163 (64.06% from 255 or 37.39% from 436); Max value from RGB is 163 - color contains mainly: blue. Hex color #729FA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729FA3 is #8D605C. Grayscale: #919191. Windows color (decimal): -9265245 or 10723186. OLE color: 10723186.
HSL color Cylindrical-coordinate representation of color #729FA3: hue angle of 184.9º 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 #729FA3 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 159 | 163 | - |
| CMYK | 0.30 | 0.02 | 0 | 0.36 |
| HSL | 184.9º | 0.21% | 0.54% | - |
| HSV(B) | 184.9º | 0.3% | 0.64% | - |
| XYZ | 25.95 | 31.02 | 39.27 | - |
| YUV | 146 | 137.59 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 159 | 163 | 0.30 | 0.02 | 0 | 0.36 | 184.9 | 0.21 | 0.54 |
| Hex | 72 | 9F | A3 | 1E | 2 | 0 | 24 | B9 | 15 | 36 |
| Octal | 162 | 237 | 243 | 36 | 2 | 0 | 44 | 271 | 25 | 66 |
| Binary | 1110010 | 10011111 | 10100011 | 11110 | 10 | 0 | 100100 | 10111001 | 10101 | 110110 |
Color Harmonies of #729FA3
Complementary color
Monochromatic Colors of #729FA3
Black with #729FA3
Text Example
Text Example
White with #729FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729FA3; }
p { color: rgb(114,159,163); }
H1.HeaderClassName
{
color: #729FA3;
}
.AnyTagClassName
{
color: #729FA3;
}
</style>
background-color css
<style>
a { background-color: #729FA3; }
a { background-color: rgb(114,159,163); }
div.DivClassName
{
background-color: #729FA3;
}
.BgClassName
{
background-color: #729FA3;
}
</style>
border-color css
<style>
span { border-color: #729FA3; }
span { border-color: rgb(114,159,163); }
td.TdClassName
{
border-color: #729FA3;
}
.TagClassName
{
border-color: #729FA3;
}
</style>