Shades of Neptune #74989D
Tints of Neptune #74989D
RGB
CMYK
RGB Variations
Color information
#74989D (or 0x74989D) is known color: Neptune. HEX triplet: 74, 98 and 9D. RGB value is (116,152,157). Sum of RGB (Red+Green+Blue) = 116+152+157=425 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.29% from 425); Green value is 152 (59.77% from 255 or 35.76% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 157 - color contains mainly: blue. Hex color #74989D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74989D is #8B6762. Grayscale: #8D8D8D. Windows color (decimal): -9135971 or 10328180. OLE color: 10328180.
HSL color Cylindrical-coordinate representation of color #74989D: hue angle of 187.32º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #74989D is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 152 | 157 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.38 |
| HSL | 187.32º | 0.17% | 0.54% | - |
| HSV(B) | 187.32º | 0.26% | 0.62% | - |
| XYZ | 24.52 | 28.6 | 36.13 | - |
| YUV | 141.81 | 136.57 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 152 | 157 | 0.26 | 0.03 | 0 | 0.38 | 187.32 | 0.17 | 0.54 |
| Hex | 74 | 98 | 9D | 1A | 3 | 0 | 26 | BB | 11 | 36 |
| Octal | 164 | 230 | 235 | 32 | 3 | 0 | 46 | 273 | 21 | 66 |
| Binary | 1110100 | 10011000 | 10011101 | 11010 | 11 | 0 | 100110 | 10111011 | 10001 | 110110 |
Color Harmonies of #74989D
Complementary color
Monochromatic Colors of #74989D
Black with #74989D
Text Example
Text Example
White with #74989D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74989D; }
p { color: rgb(116,152,157); }
H1.HeaderClassName
{
color: #74989D;
}
.AnyTagClassName
{
color: #74989D;
}
</style>
background-color css
<style>
a { background-color: #74989D; }
a { background-color: rgb(116,152,157); }
div.DivClassName
{
background-color: #74989D;
}
.BgClassName
{
background-color: #74989D;
}
</style>
border-color css
<style>
span { border-color: #74989D; }
span { border-color: rgb(116,152,157); }
td.TdClassName
{
border-color: #74989D;
}
.TagClassName
{
border-color: #74989D;
}
</style>