Html Css Color HEX #729EAA Neptune

📋 copy color: '#729EAA'

red 114 ◦ green 158 ◦ blue 170

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

Shades of Neptune #729EAA

Tints of Neptune #729EAA

RGB

 RED value IS 114 (44.92% from 255) = 25.79%

 GREEN value IS 158 (62.11% from 255) = 35.75%

 BLUE value IS 170 (66.8% from 255) = 38.46%

R = 25.79%
G = 35.75%
B = 38.46%

CMYK

 C value IS 0.33

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#729EAA (or 0x729EAA) is known color: Neptune. HEX triplet: 72, 9E and AA. RGB value is (114,158,170). Sum of RGB (Red+Green+Blue) = 114+158+170=442 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.79% from 442); Green value is 158 (62.11% from 255 or 35.75% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 170 - color contains mainly: blue. Hex color #729EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729EAA is #8D6155. Grayscale: #929292. Windows color (decimal): -9265494 or 11181682. OLE color: 11181682.

HSL color Cylindrical-coordinate representation of color #729EAA: hue angle of 192.86º 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 #729EAA is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 158 170 -
CMYK 0.33 0.07 0 0.33
HSL 192.86º 0.25% 0.56% -
HSV(B) 192.86º 0.33% 0.67% -
XYZ 26.42 30.93 42.61 -
YUV 146.21 141.42 105.02 -
System Red Green Blue C M Y K H S L
Decimal 114 158 170 0.33 0.07 0 0.33 192.86 0.25 0.56
Hex 72 9E AA 21 7 0 21 C1 19 38
Octal 162 236 252 41 7 0 41 301 31 70
Binary 1110010 10011110 10101010 100001 111 0 100001 11000001 11001 111000

Color Harmonies of #729EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729EAA

Black with #729EAA

Text Example


Text Example

White with #729EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,158,170); }

 H1.HeaderClassName
 {
   color: #729EAA;
 }
 .AnyTagClassName
 {
   color: #729EAA;
 }
</style>

background-color css

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

 a { background-color: rgb(114,158,170); }

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

border-color css

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

 span { border-color: rgb(114,158,170); }

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