Html Css Color HEX #739FA4 Neptune

📋 copy color: '#739FA4'

red 115 ◦ green 159 ◦ blue 164

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

Shades of Neptune #739FA4

Tints of Neptune #739FA4

RGB

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

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

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

R = 26.26%
G = 36.3%
B = 37.44%

CMYK

 C value IS 0.30

 M value IS 0.03

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#739FA4 (or 0x739FA4) is known color: Neptune. HEX triplet: 73, 9F and A4. RGB value is (115,159,164). Sum of RGB (Red+Green+Blue) = 115+159+164=438 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.26% from 438); Green value is 159 (62.5% from 255 or 36.30% from 438); Blue value is 164 (64.45% from 255 or 37.44% from 438); Max value from RGB is 164 - color contains mainly: blue. Hex color #739FA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739FA4 is #8C605B. Grayscale: #929292. Windows color (decimal): -9199708 or 10788723. OLE color: 10788723.

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

Color convert

RGB 115 159 164 -
CMYK 0.30 0.03 0 0.36
HSL 186.12º 0.21% 0.55% -
HSV(B) 186.12º 0.3% 0.64% -
XYZ 26.17 31.12 39.75 -
YUV 146.41 137.92 105.59 -
System Red Green Blue C M Y K H S L
Decimal 115 159 164 0.30 0.03 0 0.36 186.12 0.21 0.55
Hex 73 9F A4 1E 3 0 24 BA 15 37
Octal 163 237 244 36 3 0 44 272 25 67
Binary 1110011 10011111 10100100 11110 11 0 100100 10111010 10101 110111

Color Harmonies of #739FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739FA4

Black with #739FA4

Text Example


Text Example

White with #739FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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