#729FAD

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

Shades of Neptune #729FAD

Tints of Neptune #729FAD

Color information

#729FAD (or 0x729FAD) is unknown color: approx Neptune. HEX triplet: 72, 9F and AD. RGB value is (114,159,173). Sum of RGB (Red+Green+Blue) = 114+159+173=446 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.56% from 446); Green value is 159 (62.5% from 255 or 35.65% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 173 - color contains mainly: blue. Hex color #729FAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729FAD is #8D6052. Grayscale: #939393. Windows color (decimal): -9265235 or 11378546. OLE color: 11378546.

HSL color Cylindrical-coordinate representation of color #729FAD: hue angle of 194.24º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #729FAD is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB114159173-
CMYK0.340.0800.32
HSL194.24º26.46%56.27%-
HSV(B)194.24º34.1%67.84%-
XYZ26.8831.3944.18-
YUV147.14142.59104.36-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.56%
GREEN value IS 159 (62.5% from 255) = 35.65%
BLUE value IS 173 (67.97% from 255) = 38.79%
R=25.56%
G=35.65%
B=38.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1141591730.340.0800.32194.2426.4656.27
Hex729FAD228020c21a38
Octal16223725542100403023270
Binary11100101001111110101101100010100001000001100001011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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