#73999D

Color #73999D Neptune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neptune #73999D

Tints of Neptune #73999D

Color information

#73999D (or 0x73999D) is unknown color: approx Neptune. HEX triplet: 73, 99 and 9D. RGB value is (115,153,157). Sum of RGB (Red+Green+Blue) = 115+153+157=425 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.06% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 157 - color contains mainly: blue. Hex color #73999D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73999D is #8C6662. Grayscale: #8E8E8E. Windows color (decimal): -9201251 or 10328435. OLE color: 10328435.

HSL color Cylindrical-coordinate representation of color #73999D: hue angle of 185.71º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #73999D is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB115153157-
CMYK0.270.0300.38
HSL185.71º17.65%53.33%-
HSV(B)185.71º26.75%61.57%-
XYZ24.5528.8636.18-
YUV142.09136.41108.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 27.06%
GREEN value IS 153 (60.16% from 255) = 36%
BLUE value IS 157 (61.72% from 255) = 36.94%
R=27.06%
G=36%
B=36.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151531570.270.0300.38185.7117.6553.33
Hex73999D1B3026ba1235
Octal1632312353330462722265
Binary11100111001100110011101110111101001101011101010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73999D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73999D; }

 p { color: rgb(115,153,157); }

 H1.HeaderClassName
 {
   color: #73999D;
 }
 .AnyTagClassName
 {
   color: #73999D;
 }
</style>
background-color css

<style>
 a { background-color: #73999D; }

 a { background-color: rgb(115,153,157); }

 div.DivClassName
 {
   background-color: #73999D;
 }
 .BgClassName
 {
   background-color: #73999D;
 }
</style>
border-color css

<style>
 span { border-color: #73999D; }

 span { border-color: rgb(115,153,157); }

 td.TdClassName
 {
   border-color: #73999D;
 }
 .TagClassName
 {
   border-color: #73999D;
 }
</style>