Shades of Neptune #749DA3
Tints of Neptune #749DA3
RGB
CMYK
RGB Variations
Color information
#749DA3 (or 0x749DA3) is known color: Neptune. HEX triplet: 74, 9D and A3. RGB value is (116,157,163). Sum of RGB (Red+Green+Blue) = 116+157+163=436 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.61% from 436); Green value is 157 (61.72% from 255 or 36.01% from 436); Blue value is 163 (64.06% from 255 or 37.39% from 436); Max value from RGB is 163 - color contains mainly: blue. Hex color #749DA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749DA3 is #8B625C. Grayscale: #919191. Windows color (decimal): -9134685 or 10722676. OLE color: 10722676.
HSL color Cylindrical-coordinate representation of color #749DA3: hue angle of 187.66º 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 #749DA3 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 157 | 163 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.36 |
| HSL | 187.66º | 0.2% | 0.55% | - |
| HSV(B) | 187.66º | 0.29% | 0.64% | - |
| XYZ | 25.87 | 30.47 | 39.17 | - |
| YUV | 145.43 | 137.92 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 157 | 163 | 0.29 | 0.04 | 0 | 0.36 | 187.66 | 0.2 | 0.55 |
| Hex | 74 | 9D | A3 | 1D | 4 | 0 | 24 | BC | 14 | 37 |
| Octal | 164 | 235 | 243 | 35 | 4 | 0 | 44 | 274 | 24 | 67 |
| Binary | 1110100 | 10011101 | 10100011 | 11101 | 100 | 0 | 100100 | 10111100 | 10100 | 110111 |
Color Harmonies of #749DA3
Complementary color
Monochromatic Colors of #749DA3
Black with #749DA3
Text Example
Text Example
White with #749DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749DA3; }
p { color: rgb(116,157,163); }
H1.HeaderClassName
{
color: #749DA3;
}
.AnyTagClassName
{
color: #749DA3;
}
</style>
background-color css
<style>
a { background-color: #749DA3; }
a { background-color: rgb(116,157,163); }
div.DivClassName
{
background-color: #749DA3;
}
.BgClassName
{
background-color: #749DA3;
}
</style>
border-color css
<style>
span { border-color: #749DA3; }
span { border-color: rgb(116,157,163); }
td.TdClassName
{
border-color: #749DA3;
}
.TagClassName
{
border-color: #749DA3;
}
</style>