#729FAB

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

Shades of Neptune #729FAB

Tints of Neptune #729FAB

Color information

#729FAB (or 0x729FAB) is unknown color: approx Neptune. HEX triplet: 72, 9F and AB. RGB value is (114,159,171). Sum of RGB (Red+Green+Blue) = 114+159+171=444 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.68% from 444); Green value is 159 (62.5% from 255 or 35.81% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: blue. Hex color #729FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729FAB is #8D6054. Grayscale: #929292. Windows color (decimal): -9265237 or 11247474. OLE color: 11247474.

HSL color Cylindrical-coordinate representation of color #729FAB: hue angle of 192.63º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #729FAB is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB114159171-
CMYK0.330.0700.33
HSL192.63º25.33%55.88%-
HSV(B)192.63º33.33%67.06%-
XYZ26.6931.3143.17-
YUV146.91141.59104.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.68%
GREEN value IS 159 (62.5% from 255) = 35.81%
BLUE value IS 171 (67.19% from 255) = 38.51%
R=25.68%
G=35.81%
B=38.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141591710.330.0700.33192.6325.3355.88
Hex729FAB217021c11938
Octal1622372534170413013170
Binary1110010100111111010101110000111101000011100000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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