Shades of Neptune #729BA2
Tints of Neptune #729BA2
RGB
CMYK
RGB Variations
Color information
#729BA2 (or 0x729BA2) is known color: Neptune. HEX triplet: 72, 9B and A2. RGB value is (114,155,162). Sum of RGB (Red+Green+Blue) = 114+155+162=431 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.45% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 162 (63.67% from 255 or 37.59% from 431); Max value from RGB is 162 - color contains mainly: blue. Hex color #729BA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729BA2 is #8D645D. Grayscale: #8F8F8F. Windows color (decimal): -9266270 or 10656626. OLE color: 10656626.
HSL color Cylindrical-coordinate representation of color #729BA2: hue angle of 188.75º 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 #729BA2 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 155 | 162 | - |
| CMYK | 0.30 | 0.04 | 0 | 0.36 |
| HSL | 188.75º | 0.21% | 0.54% | - |
| HSV(B) | 188.75º | 0.3% | 0.64% | - |
| XYZ | 25.18 | 29.63 | 38.57 | - |
| YUV | 143.54 | 138.42 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 155 | 162 | 0.30 | 0.04 | 0 | 0.36 | 188.75 | 0.21 | 0.54 |
| Hex | 72 | 9B | A2 | 1E | 4 | 0 | 24 | BD | 15 | 36 |
| Octal | 162 | 233 | 242 | 36 | 4 | 0 | 44 | 275 | 25 | 66 |
| Binary | 1110010 | 10011011 | 10100010 | 11110 | 100 | 0 | 100100 | 10111101 | 10101 | 110110 |
Color Harmonies of #729BA2
Complementary color
Monochromatic Colors of #729BA2
Black with #729BA2
Text Example
Text Example
White with #729BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729BA2; }
p { color: rgb(114,155,162); }
H1.HeaderClassName
{
color: #729BA2;
}
.AnyTagClassName
{
color: #729BA2;
}
</style>
background-color css
<style>
a { background-color: #729BA2; }
a { background-color: rgb(114,155,162); }
div.DivClassName
{
background-color: #729BA2;
}
.BgClassName
{
background-color: #729BA2;
}
</style>
border-color css
<style>
span { border-color: #729BA2; }
span { border-color: rgb(114,155,162); }
td.TdClassName
{
border-color: #729BA2;
}
.TagClassName
{
border-color: #729BA2;
}
</style>