#729AA3

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

Shades of Neptune #729AA3

Tints of Neptune #729AA3

Color information

#729AA3 (or 0x729AA3) is unknown color: approx Neptune. HEX triplet: 72, 9A and A3. RGB value is (114,154,163). Sum of RGB (Red+Green+Blue) = 114+154+163=431 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.45% from 431); Green value is 154 (60.55% from 255 or 35.73% from 431); Blue value is 163 (64.06% from 255 or 37.82% from 431); Max value from RGB is 163 - color contains mainly: blue. Hex color #729AA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729AA3 is #8D655C. Grayscale: #8E8E8E. Windows color (decimal): -9266525 or 10721906. OLE color: 10721906.

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

Color convert

RGB114154163-
CMYK0.300.0600.36
HSL191.02º21.03%54.31%-
HSV(B)191.02º30.06%63.92%-
XYZ25.1129.3338.99-
YUV143.07139.25107.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.45%
GREEN value IS 154 (60.55% from 255) = 35.73%
BLUE value IS 163 (64.06% from 255) = 37.82%
R=26.45%
G=35.73%
B=37.82%

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
Decimal1141541630.300.0600.36191.0221.0354.31
Hex729AA31E6024bf1536
Octal1622322433660442772566
Binary111001010011010101000111111011001001001011111110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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