Shades of Neptune #749D9D
Tints of Neptune #749D9D
RGB
CMYK
RGB Variations
Color information
#749D9D (or 0x749D9D) is known color: Neptune. HEX triplet: 74, 9D and 9D. RGB value is (116,157,157). Sum of RGB (Red+Green+Blue) = 116+157+157=430 (56% of max value = 765). Red value is 116 (45.70% from 255 or 26.98% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 157 - color contains mainly: green, blue. Hex color #749D9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749D9D is #8B6262. Grayscale: #909090. Windows color (decimal): -9134691 or 10329460. OLE color: 10329460.
HSL color Cylindrical-coordinate representation of color #749D9D: hue angle of 180º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #749D9D is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 157 | 157 | - |
| CMYK | 0.26 | 0 | 0 | 0.38 |
| HSL | 180º | 0.17% | 0.54% | - |
| HSV(B) | 180º | 0.26% | 0.62% | - |
| XYZ | 25.35 | 30.26 | 36.4 | - |
| YUV | 144.74 | 134.92 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 157 | 157 | 0.26 | 0 | 0 | 0.38 | 180 | 0.17 | 0.54 |
| Hex | 74 | 9D | 9D | 1A | 0 | 0 | 26 | B4 | 11 | 36 |
| Octal | 164 | 235 | 235 | 32 | 0 | 0 | 46 | 264 | 21 | 66 |
| Binary | 1110100 | 10011101 | 10011101 | 11010 | 0 | 0 | 100110 | 10110100 | 10001 | 110110 |
Color Harmonies of #749D9D
Complementary color
Monochromatic Colors of #749D9D
Black with #749D9D
Text Example
Text Example
White with #749D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749D9D; }
p { color: rgb(116,157,157); }
H1.HeaderClassName
{
color: #749D9D;
}
.AnyTagClassName
{
color: #749D9D;
}
</style>
background-color css
<style>
a { background-color: #749D9D; }
a { background-color: rgb(116,157,157); }
div.DivClassName
{
background-color: #749D9D;
}
.BgClassName
{
background-color: #749D9D;
}
</style>
border-color css
<style>
span { border-color: #749D9D; }
span { border-color: rgb(116,157,157); }
td.TdClassName
{
border-color: #749D9D;
}
.TagClassName
{
border-color: #749D9D;
}
</style>