Shades of Neptune #73A2B3
Tints of Neptune #73A2B3
RGB
CMYK
RGB Variations
Color information
#73A2B3 (or 0x73A2B3) is known color: Neptune. HEX triplet: 73, A2 and B3. RGB value is (115,162,179). Sum of RGB (Red+Green+Blue) = 115+162+179=456 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.22% from 456); Green value is 162 (63.67% from 255 or 35.53% from 456); Blue value is 179 (70.31% from 255 or 39.25% from 456); Max value from RGB is 179 - color contains mainly: blue. Hex color #73A2B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A2B3 is #8C5D4C. Grayscale: #959595. Windows color (decimal): -9198925 or 11772531. OLE color: 11772531.
HSL color Cylindrical-coordinate representation of color #73A2B3: hue angle of 195.94º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #73A2B3 is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 115 | 162 | 179 | - |
| CMYK | 0.36 | 0.09 | 0 | 0.30 |
| HSL | 195.94º | 0.3% | 0.58% | - |
| HSV(B) | 195.94º | 0.36% | 0.7% | - |
| XYZ | 28.13 | 32.74 | 47.48 | - |
| YUV | 149.89 | 144.43 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 162 | 179 | 0.36 | 0.09 | 0 | 0.30 | 195.94 | 0.3 | 0.58 |
| Hex | 73 | A2 | B3 | 24 | 9 | 0 | 1E | C4 | 1E | 3A |
| Octal | 163 | 242 | 263 | 44 | 11 | 0 | 36 | 304 | 36 | 72 |
| Binary | 1110011 | 10100010 | 10110011 | 100100 | 1001 | 0 | 11110 | 11000100 | 11110 | 111010 |
Color Harmonies of #73A2B3
Complementary color
Monochromatic Colors of #73A2B3
Black with #73A2B3
Text Example
Text Example
White with #73A2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A2B3; }
p { color: rgb(115,162,179); }
H1.HeaderClassName
{
color: #73A2B3;
}
.AnyTagClassName
{
color: #73A2B3;
}
</style>
background-color css
<style>
a { background-color: #73A2B3; }
a { background-color: rgb(115,162,179); }
div.DivClassName
{
background-color: #73A2B3;
}
.BgClassName
{
background-color: #73A2B3;
}
</style>
border-color css
<style>
span { border-color: #73A2B3; }
span { border-color: rgb(115,162,179); }
td.TdClassName
{
border-color: #73A2B3;
}
.TagClassName
{
border-color: #73A2B3;
}
</style>