Html Css Color HEX #739FAC Neptune

📋 copy color: '#739FAC'

red 115 ◦ green 159 ◦ blue 172

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

Shades of Neptune #739FAC

Tints of Neptune #739FAC

RGB

 RED value IS 115 (45.31% from 255) = 25.78%

 GREEN value IS 159 (62.5% from 255) = 35.65%

 BLUE value IS 172 (67.58% from 255) = 38.57%

R = 25.78%
G = 35.65%
B = 38.57%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#739FAC (or 0x739FAC) is known color: Neptune. HEX triplet: 73, 9F and AC. RGB value is (115,159,172). Sum of RGB (Red+Green+Blue) = 115+159+172=446 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.78% from 446); Green value is 159 (62.5% from 255 or 35.65% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 172 - color contains mainly: blue. Hex color #739FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739FAC is #8C6053. Grayscale: #939393. Windows color (decimal): -9199700 or 11313011. OLE color: 11313011.

HSL color Cylindrical-coordinate representation of color #739FAC: hue angle of 193.68º degrees, saturation: 0.26, 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 #739FAC is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 159 172 -
CMYK 0.33 0.08 0 0.33
HSL 193.68º 0.26% 0.56% -
HSV(B) 193.68º 0.33% 0.67% -
XYZ 26.91 31.42 43.68 -
YUV 147.33 141.92 104.94 -
System Red Green Blue C M Y K H S L
Decimal 115 159 172 0.33 0.08 0 0.33 193.68 0.26 0.56
Hex 73 9F AC 21 8 0 21 C2 1A 38
Octal 163 237 254 41 10 0 41 302 32 70
Binary 1110011 10011111 10101100 100001 1000 0 100001 11000010 11010 111000

Color Harmonies of #739FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739FAC

Black with #739FAC

Text Example


Text Example

White with #739FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739FAC; }

 p { color: rgb(115,159,172); }

 H1.HeaderClassName
 {
   color: #739FAC;
 }
 .AnyTagClassName
 {
   color: #739FAC;
 }
</style>

background-color css

<style>
 a { background-color: #739FAC; }

 a { background-color: rgb(115,159,172); }

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

border-color css

<style>
 span { border-color: #739FAC; }

 span { border-color: rgb(115,159,172); }

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