Shades of Neptune #729BA4
Tints of Neptune #729BA4
RGB
CMYK
RGB Variations
Color information
#729BA4 (or 0x729BA4) is known color: Neptune. HEX triplet: 72, 9B and A4. RGB value is (114,155,164). Sum of RGB (Red+Green+Blue) = 114+155+164=433 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.33% from 433); Green value is 155 (60.94% from 255 or 35.80% from 433); Blue value is 164 (64.45% from 255 or 37.88% from 433); Max value from RGB is 164 - color contains mainly: blue. Hex color #729BA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729BA4 is #8D645B. Grayscale: #8F8F8F. Windows color (decimal): -9266268 or 10787698. OLE color: 10787698.
HSL color Cylindrical-coordinate representation of color #729BA4: hue angle of 190.8º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #729BA4 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 155 | 164 | - |
| CMYK | 0.30 | 0.05 | 0 | 0.36 |
| HSL | 190.8º | 0.22% | 0.55% | - |
| HSV(B) | 190.8º | 0.3% | 0.64% | - |
| XYZ | 25.36 | 29.7 | 39.52 | - |
| YUV | 143.77 | 139.42 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 155 | 164 | 0.30 | 0.05 | 0 | 0.36 | 190.8 | 0.22 | 0.55 |
| Hex | 72 | 9B | A4 | 1E | 5 | 0 | 24 | BF | 16 | 37 |
| Octal | 162 | 233 | 244 | 36 | 5 | 0 | 44 | 277 | 26 | 67 |
| Binary | 1110010 | 10011011 | 10100100 | 11110 | 101 | 0 | 100100 | 10111111 | 10110 | 110111 |
Color Harmonies of #729BA4
Complementary color
Monochromatic Colors of #729BA4
Black with #729BA4
Text Example
Text Example
White with #729BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729BA4; }
p { color: rgb(114,155,164); }
H1.HeaderClassName
{
color: #729BA4;
}
.AnyTagClassName
{
color: #729BA4;
}
</style>
background-color css
<style>
a { background-color: #729BA4; }
a { background-color: rgb(114,155,164); }
div.DivClassName
{
background-color: #729BA4;
}
.BgClassName
{
background-color: #729BA4;
}
</style>
border-color css
<style>
span { border-color: #729BA4; }
span { border-color: rgb(114,155,164); }
td.TdClassName
{
border-color: #729BA4;
}
.TagClassName
{
border-color: #729BA4;
}
</style>