Html Css Color HEX #729CA3 Neptune

📋 copy color: '#729CA3'

red 114 ◦ green 156 ◦ blue 163

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

Shades of Neptune #729CA3

Tints of Neptune #729CA3

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.03%

 BLUE value IS 163 (64.06% from 255) = 37.64%

R = 26.33%
G = 36.03%
B = 37.64%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#729CA3 (or 0x729CA3) is known color: Neptune. HEX triplet: 72, 9C and A3. RGB value is (114,156,163). Sum of RGB (Red+Green+Blue) = 114+156+163=433 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.33% from 433); Green value is 156 (61.33% from 255 or 36.03% from 433); Blue value is 163 (64.06% from 255 or 37.64% from 433); Max value from RGB is 163 - color contains mainly: blue. Hex color #729CA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729CA3 is #8D635C. Grayscale: #909090. Windows color (decimal): -9266013 or 10722418. OLE color: 10722418.

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

Color convert

RGB 114 156 163 -
CMYK 0.30 0.04 0 0.36
HSL 188.57º 0.21% 0.54% -
HSV(B) 188.57º 0.3% 0.64% -
XYZ 25.44 30 39.1 -
YUV 144.24 138.59 106.43 -
System Red Green Blue C M Y K H S L
Decimal 114 156 163 0.30 0.04 0 0.36 188.57 0.21 0.54
Hex 72 9C A3 1E 4 0 24 BD 15 36
Octal 162 234 243 36 4 0 44 275 25 66
Binary 1110010 10011100 10100011 11110 100 0 100100 10111101 10101 110110

Color Harmonies of #729CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729CA3

Black with #729CA3

Text Example


Text Example

White with #729CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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