Shades of Neptune #73999F
Tints of Neptune #73999F
RGB
CMYK
RGB Variations
Color information
#73999F (or 0x73999F) is known color: Neptune. HEX triplet: 73, 99 and 9F. RGB value is (115,153,159). Sum of RGB (Red+Green+Blue) = 115+153+159=427 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.93% from 427); Green value is 153 (60.16% from 255 or 35.83% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 159 - color contains mainly: blue. Hex color #73999F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73999F is #8C6660. Grayscale: #8E8E8E. Windows color (decimal): -9201249 or 10459507. OLE color: 10459507.
HSL color Cylindrical-coordinate representation of color #73999F: hue angle of 188.18º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #73999F is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 153 | 159 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.38 |
| HSL | 188.18º | 0.19% | 0.54% | - |
| HSV(B) | 188.18º | 0.28% | 0.62% | - |
| XYZ | 24.72 | 28.93 | 37.08 | - |
| YUV | 142.32 | 137.41 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 153 | 159 | 0.28 | 0.04 | 0 | 0.38 | 188.18 | 0.19 | 0.54 |
| Hex | 73 | 99 | 9F | 1C | 4 | 0 | 26 | BC | 13 | 36 |
| Octal | 163 | 231 | 237 | 34 | 4 | 0 | 46 | 274 | 23 | 66 |
| Binary | 1110011 | 10011001 | 10011111 | 11100 | 100 | 0 | 100110 | 10111100 | 10011 | 110110 |
Color Harmonies of #73999F
Complementary color
Monochromatic Colors of #73999F
Black with #73999F
Text Example
Text Example
White with #73999F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73999F; }
p { color: rgb(115,153,159); }
H1.HeaderClassName
{
color: #73999F;
}
.AnyTagClassName
{
color: #73999F;
}
</style>
background-color css
<style>
a { background-color: #73999F; }
a { background-color: rgb(115,153,159); }
div.DivClassName
{
background-color: #73999F;
}
.BgClassName
{
background-color: #73999F;
}
</style>
border-color css
<style>
span { border-color: #73999F; }
span { border-color: rgb(115,153,159); }
td.TdClassName
{
border-color: #73999F;
}
.TagClassName
{
border-color: #73999F;
}
</style>