#729BA3

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

Shades of Neptune #729BA3

Tints of Neptune #729BA3

Color information

#729BA3 (or 0x729BA3) is unknown color: approx Neptune. HEX triplet: 72, 9B and A3. RGB value is (114,155,163). Sum of RGB (Red+Green+Blue) = 114+155+163=432 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.39% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 163 (64.06% from 255 or 37.73% from 432); Max value from RGB is 163 - color contains mainly: blue. Hex color #729BA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729BA3 is #8D645C. Grayscale: #8F8F8F. Windows color (decimal): -9266269 or 10722162. OLE color: 10722162.

HSL color Cylindrical-coordinate representation of color #729BA3: hue angle of 189.8º 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 #729BA3 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB114155163-
CMYK0.300.0500.36
HSL189.8º21.03%54.31%-
HSV(B)189.8º30.06%63.92%-
XYZ25.2729.6639.04-
YUV143.65138.92106.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.39%
GREEN value IS 155 (60.94% from 255) = 35.88%
BLUE value IS 163 (64.06% from 255) = 37.73%
R=26.39%
G=35.88%
B=37.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1141551630.300.0500.36189.821.0354.31
Hex729BA31E5024be1536
Octal1622332433650442762566
Binary111001010011011101000111111010101001001011111010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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