#729EA4

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

Shades of Neptune #729EA4

Tints of Neptune #729EA4

Color information

#729EA4 (or 0x729EA4) is unknown color: approx Neptune. HEX triplet: 72, 9E and A4. RGB value is (114,158,164). Sum of RGB (Red+Green+Blue) = 114+158+164=436 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.15% from 436); Green value is 158 (62.11% from 255 or 36.24% from 436); Blue value is 164 (64.45% from 255 or 37.61% from 436); Max value from RGB is 164 - color contains mainly: blue. Hex color #729EA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729EA4 is #8D615B. Grayscale: #919191. Windows color (decimal): -9265500 or 10788466. OLE color: 10788466.

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

Color convert

RGB114158164-
CMYK0.300.0400.36
HSL187.2º21.55%54.51%-
HSV(B)187.2º30.49%64.31%-
XYZ25.8730.7139.69-
YUV145.53138.42105.51-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.15%
GREEN value IS 158 (62.11% from 255) = 36.24%
BLUE value IS 164 (64.45% from 255) = 37.61%
R=26.15%
G=36.24%
B=37.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1141581640.300.0400.36187.221.5554.51
Hex729EA41E4024bb1637
Octal1622362443640442732667
Binary111001010011110101001001111010001001001011101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,158,164); }

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

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

 a { background-color: rgb(114,158,164); }

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

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

 span { border-color: rgb(114,158,164); }

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