Html Css Color HEX #729FAD Neptune

📋 copy color: '#729FAD'

red 114 ◦ green 159 ◦ blue 173

#729FAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neptune #729FAD

Tints of Neptune #729FAD

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 value IS 0.34

 M value IS 0.08

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#729FAD (or 0x729FAD) is known color: 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

RGB 114 159 173 -
CMYK 0.34 0.08 0 0.32
HSL 194.24º 0.26% 0.56% -
HSV(B) 194.24º 0.34% 0.68% -
XYZ 26.88 31.39 44.18 -
YUV 147.14 142.59 104.36 -
System Red Green Blue C M Y K H S L
Decimal 114 159 173 0.34 0.08 0 0.32 194.24 0.26 0.56
Hex 72 9F AD 22 8 0 20 C2 1A 38
Octal 162 237 255 42 10 0 40 302 32 70
Binary 1110010 10011111 10101101 100010 1000 0 100000 11000010 11010 111000

Color Harmonies of #729FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729FAD

Black with #729FAD

Text Example


Text Example

White with #729FAD

Text Example


Text Example

HTML Codes & Css Web 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>