#729CA4

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

Shades of Neptune #729CA4

Tints of Neptune #729CA4

Color information

#729CA4 (or 0x729CA4) is unknown color: approx Neptune. HEX triplet: 72, 9C and A4. RGB value is (114,156,164). Sum of RGB (Red+Green+Blue) = 114+156+164=434 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.27% from 434); Green value is 156 (61.33% from 255 or 35.94% from 434); Blue value is 164 (64.45% from 255 or 37.79% from 434); Max value from RGB is 164 - color contains mainly: blue. Hex color #729CA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729CA4 is #8D635B. Grayscale: #909090. Windows color (decimal): -9266012 or 10787954. OLE color: 10787954.

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

Color convert

RGB114156164-
CMYK0.300.0500.36
HSL189.6º21.55%54.51%-
HSV(B)189.6º30.49%64.31%-
XYZ25.5330.0339.57-
YUV144.35139.09106.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.27%
GREEN value IS 156 (61.33% from 255) = 35.94%
BLUE value IS 164 (64.45% from 255) = 37.79%
R=26.27%
G=35.94%
B=37.79%

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
Decimal1141561640.300.0500.36189.621.5554.51
Hex729CA41E5024be1637
Octal1622342443650442762667
Binary111001010011100101001001111010101001001011111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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