Shades of Neptune #749FAC
Tints of Neptune #749FAC
RGB
CMYK
RGB Variations
Color information
#749FAC (or 0x749FAC) is known color: Neptune. HEX triplet: 74, 9F and AC. RGB value is (116,159,172). Sum of RGB (Red+Green+Blue) = 116+159+172=447 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.95% from 447); Green value is 159 (62.5% from 255 or 35.57% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 172 - color contains mainly: blue. Hex color #749FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749FAC is #8B6053. Grayscale: #939393. Windows color (decimal): -9134164 or 11313012. OLE color: 11313012.
HSL color Cylindrical-coordinate representation of color #749FAC: hue angle of 193.93º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #749FAC is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 159 | 172 | - |
| CMYK | 0.33 | 0.08 | 0 | 0.33 |
| HSL | 193.93º | 0.25% | 0.56% | - |
| HSV(B) | 193.93º | 0.33% | 0.67% | - |
| XYZ | 27.05 | 31.49 | 43.68 | - |
| YUV | 147.63 | 141.75 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 159 | 172 | 0.33 | 0.08 | 0 | 0.33 | 193.93 | 0.25 | 0.56 |
| Hex | 74 | 9F | AC | 21 | 8 | 0 | 21 | C2 | 19 | 38 |
| Octal | 164 | 237 | 254 | 41 | 10 | 0 | 41 | 302 | 31 | 70 |
| Binary | 1110100 | 10011111 | 10101100 | 100001 | 1000 | 0 | 100001 | 11000010 | 11001 | 111000 |
Color Harmonies of #749FAC
Complementary color
Monochromatic Colors of #749FAC
Black with #749FAC
Text Example
Text Example
White with #749FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749FAC; }
p { color: rgb(116,159,172); }
H1.HeaderClassName
{
color: #749FAC;
}
.AnyTagClassName
{
color: #749FAC;
}
</style>
background-color css
<style>
a { background-color: #749FAC; }
a { background-color: rgb(116,159,172); }
div.DivClassName
{
background-color: #749FAC;
}
.BgClassName
{
background-color: #749FAC;
}
</style>
border-color css
<style>
span { border-color: #749FAC; }
span { border-color: rgb(116,159,172); }
td.TdClassName
{
border-color: #749FAC;
}
.TagClassName
{
border-color: #749FAC;
}
</style>