Shades of Neptune #749BA1
Tints of Neptune #749BA1
RGB
CMYK
RGB Variations
Color information
#749BA1 (or 0x749BA1) is known color: Neptune. HEX triplet: 74, 9B and A1. RGB value is (116,155,161). Sum of RGB (Red+Green+Blue) = 116+155+161=432 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.85% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 161 (63.28% from 255 or 37.27% from 432); Max value from RGB is 161 - color contains mainly: blue. Hex color #749BA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749BA1 is #8B645E. Grayscale: #8F8F8F. Windows color (decimal): -9135199 or 10591092. OLE color: 10591092.
HSL color Cylindrical-coordinate representation of color #749BA1: hue angle of 188º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #749BA1 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 116 | 155 | 161 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.37 |
| HSL | 188º | 0.19% | 0.54% | - |
| HSV(B) | 188º | 0.28% | 0.63% | - |
| XYZ | 25.36 | 29.73 | 38.12 | - |
| YUV | 144.02 | 137.58 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 155 | 161 | 0.28 | 0.04 | 0 | 0.37 | 188 | 0.19 | 0.54 |
| Hex | 74 | 9B | A1 | 1C | 4 | 0 | 25 | BC | 13 | 36 |
| Octal | 164 | 233 | 241 | 34 | 4 | 0 | 45 | 274 | 23 | 66 |
| Binary | 1110100 | 10011011 | 10100001 | 11100 | 100 | 0 | 100101 | 10111100 | 10011 | 110110 |
Color Harmonies of #749BA1
Complementary color
Monochromatic Colors of #749BA1
Black with #749BA1
Text Example
Text Example
White with #749BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749BA1; }
p { color: rgb(116,155,161); }
H1.HeaderClassName
{
color: #749BA1;
}
.AnyTagClassName
{
color: #749BA1;
}
</style>
background-color css
<style>
a { background-color: #749BA1; }
a { background-color: rgb(116,155,161); }
div.DivClassName
{
background-color: #749BA1;
}
.BgClassName
{
background-color: #749BA1;
}
</style>
border-color css
<style>
span { border-color: #749BA1; }
span { border-color: rgb(116,155,161); }
td.TdClassName
{
border-color: #749BA1;
}
.TagClassName
{
border-color: #749BA1;
}
</style>