#729AA4

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

Shades of Neptune #729AA4

Tints of Neptune #729AA4

Color information

#729AA4 (or 0x729AA4) is unknown color: approx Neptune. HEX triplet: 72, 9A and A4. RGB value is (114,154,164). Sum of RGB (Red+Green+Blue) = 114+154+164=432 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.39% from 432); Green value is 154 (60.55% from 255 or 35.65% from 432); Blue value is 164 (64.45% from 255 or 37.96% from 432); Max value from RGB is 164 - color contains mainly: blue. Hex color #729AA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729AA4 is #8D655B. Grayscale: #8F8F8F. Windows color (decimal): -9266524 or 10787442. OLE color: 10787442.

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

Color convert

RGB114154164-
CMYK0.300.0600.36
HSL192º21.55%54.51%-
HSV(B)192º30.49%64.31%-
XYZ25.229.3739.46-
YUV143.18139.75107.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.39%
GREEN value IS 154 (60.55% from 255) = 35.65%
BLUE value IS 164 (64.45% from 255) = 37.96%
R=26.39%
G=35.65%
B=37.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1141541640.300.0600.3619221.5554.51
Hex729AA41E6024c01637
Octal1622322443660443002667
Binary111001010011010101001001111011001001001100000010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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