Shades of Neptune #749FAB
Tints of Neptune #749FAB
RGB
CMYK
RGB Variations
Color information
#749FAB (or 0x749FAB) is known color: Neptune. HEX triplet: 74, 9F and AB. RGB value is (116,159,171). Sum of RGB (Red+Green+Blue) = 116+159+171=446 (59% of max value = 765). Red value is 116 (45.70% from 255 or 26.01% from 446); Green value is 159 (62.5% from 255 or 35.65% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 171 - color contains mainly: blue. Hex color #749FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749FAB is #8B6054. Grayscale: #939393. Windows color (decimal): -9134165 or 11247476. OLE color: 11247476.
HSL color Cylindrical-coordinate representation of color #749FAB: hue angle of 193.09º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #749FAB is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 159 | 171 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.33 |
| HSL | 193.09º | 0.25% | 0.56% | - |
| HSV(B) | 193.09º | 0.32% | 0.67% | - |
| XYZ | 26.95 | 31.45 | 43.18 | - |
| YUV | 147.51 | 141.25 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 159 | 171 | 0.32 | 0.07 | 0 | 0.33 | 193.09 | 0.25 | 0.56 |
| Hex | 74 | 9F | AB | 20 | 7 | 0 | 21 | C1 | 19 | 38 |
| Octal | 164 | 237 | 253 | 40 | 7 | 0 | 41 | 301 | 31 | 70 |
| Binary | 1110100 | 10011111 | 10101011 | 100000 | 111 | 0 | 100001 | 11000001 | 11001 | 111000 |
Color Harmonies of #749FAB
Complementary color
Monochromatic Colors of #749FAB
Black with #749FAB
Text Example
Text Example
White with #749FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749FAB; }
p { color: rgb(116,159,171); }
H1.HeaderClassName
{
color: #749FAB;
}
.AnyTagClassName
{
color: #749FAB;
}
</style>
background-color css
<style>
a { background-color: #749FAB; }
a { background-color: rgb(116,159,171); }
div.DivClassName
{
background-color: #749FAB;
}
.BgClassName
{
background-color: #749FAB;
}
</style>
border-color css
<style>
span { border-color: #749FAB; }
span { border-color: rgb(116,159,171); }
td.TdClassName
{
border-color: #749FAB;
}
.TagClassName
{
border-color: #749FAB;
}
</style>