Html Css Color HEX #739DA4 Neptune

📋 copy color: '#739DA4'

red 115 ◦ green 157 ◦ blue 164

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

Shades of Neptune #739DA4

Tints of Neptune #739DA4

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.01%

 BLUE value IS 164 (64.45% from 255) = 37.61%

R = 26.38%
G = 36.01%
B = 37.61%

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

#739DA4 (or 0x739DA4) is known color: Neptune. HEX triplet: 73, 9D and A4. RGB value is (115,157,164). Sum of RGB (Red+Green+Blue) = 115+157+164=436 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.38% from 436); Green value is 157 (61.72% from 255 or 36.01% from 436); Blue value is 164 (64.45% from 255 or 37.61% from 436); Max value from RGB is 164 - color contains mainly: blue. Hex color #739DA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739DA4 is #8C625B. Grayscale: #919191. Windows color (decimal): -9200220 or 10788211. OLE color: 10788211.

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

Color convert

RGB 115 157 164 -
CMYK 0.30 0.04 0 0.36
HSL 188.57º 0.21% 0.55% -
HSV(B) 188.57º 0.3% 0.64% -
XYZ 25.83 30.44 39.64 -
YUV 145.24 138.59 106.43 -
System Red Green Blue C M Y K H S L
Decimal 115 157 164 0.30 0.04 0 0.36 188.57 0.21 0.55
Hex 73 9D A4 1E 4 0 24 BD 15 37
Octal 163 235 244 36 4 0 44 275 25 67
Binary 1110011 10011101 10100100 11110 100 0 100100 10111101 10101 110111

Color Harmonies of #739DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739DA4

Black with #739DA4

Text Example


Text Example

White with #739DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,157,164); }

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

background-color css

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

 a { background-color: rgb(115,157,164); }

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

border-color css

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

 span { border-color: rgb(115,157,164); }

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