#729FA3

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

Shades of Neptune #729FA3

Tints of Neptune #729FA3

Color information

#729FA3 (or 0x729FA3) is unknown color: approx Neptune. HEX triplet: 72, 9F and A3. RGB value is (114,159,163). Sum of RGB (Red+Green+Blue) = 114+159+163=436 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.15% from 436); Green value is 159 (62.5% from 255 or 36.47% 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 #729FA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729FA3 is #8D605C. Grayscale: #919191. Windows color (decimal): -9265245 or 10723186. OLE color: 10723186.

HSL color Cylindrical-coordinate representation of color #729FA3: hue angle of 184.9º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #729FA3 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB114159163-
CMYK0.300.0200.36
HSL184.9º21.03%54.31%-
HSV(B)184.9º30.06%63.92%-
XYZ25.9531.0239.27-
YUV146137.59105.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.15%
GREEN value IS 159 (62.5% from 255) = 36.47%
BLUE value IS 163 (64.06% from 255) = 37.39%
R=26.15%
G=36.47%
B=37.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1141591630.300.0200.36184.921.0354.31
Hex729FA31E2024b91536
Octal1622372433620442712566
Binary11100101001111110100011111101001001001011100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729FA3; }

 p { color: rgb(114,159,163); }

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

<style>
 a { background-color: #729FA3; }

 a { background-color: rgb(114,159,163); }

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

<style>
 span { border-color: #729FA3; }

 span { border-color: rgb(114,159,163); }

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