Shades of Neptune #749EA3
Tints of Neptune #749EA3
RGB
CMYK
RGB Variations
Color information
#749EA3 (or 0x749EA3) is known color: Neptune. HEX triplet: 74, 9E and A3. RGB value is (116,158,163). Sum of RGB (Red+Green+Blue) = 116+158+163=437 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.54% from 437); Green value is 158 (62.11% from 255 or 36.16% from 437); Blue value is 163 (64.06% from 255 or 37.30% from 437); Max value from RGB is 163 - color contains mainly: blue. Hex color #749EA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749EA3 is #8B615C. Grayscale: #919191. Windows color (decimal): -9134429 or 10722932. OLE color: 10722932.
HSL color Cylindrical-coordinate representation of color #749EA3: hue angle of 186.38º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #749EA3 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 158 | 163 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.36 |
| HSL | 186.38º | 0.2% | 0.55% | - |
| HSV(B) | 186.38º | 0.29% | 0.64% | - |
| XYZ | 26.04 | 30.81 | 39.23 | - |
| YUV | 146.01 | 137.59 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 158 | 163 | 0.29 | 0.03 | 0 | 0.36 | 186.38 | 0.2 | 0.55 |
| Hex | 74 | 9E | A3 | 1D | 3 | 0 | 24 | BA | 14 | 37 |
| Octal | 164 | 236 | 243 | 35 | 3 | 0 | 44 | 272 | 24 | 67 |
| Binary | 1110100 | 10011110 | 10100011 | 11101 | 11 | 0 | 100100 | 10111010 | 10100 | 110111 |
Color Harmonies of #749EA3
Complementary color
Monochromatic Colors of #749EA3
Black with #749EA3
Text Example
Text Example
White with #749EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749EA3; }
p { color: rgb(116,158,163); }
H1.HeaderClassName
{
color: #749EA3;
}
.AnyTagClassName
{
color: #749EA3;
}
</style>
background-color css
<style>
a { background-color: #749EA3; }
a { background-color: rgb(116,158,163); }
div.DivClassName
{
background-color: #749EA3;
}
.BgClassName
{
background-color: #749EA3;
}
</style>
border-color css
<style>
span { border-color: #749EA3; }
span { border-color: rgb(116,158,163); }
td.TdClassName
{
border-color: #749EA3;
}
.TagClassName
{
border-color: #749EA3;
}
</style>