Html Css Color HEX #739BA4 Neptune

📋 copy color: '#739BA4'

red 115 ◦ green 155 ◦ blue 164

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

Shades of Neptune #739BA4

Tints of Neptune #739BA4

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.71%

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

R = 26.5%
G = 35.71%
B = 37.79%

CMYK

 C value IS 0.30

 M value IS 0.05

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#739BA4 (or 0x739BA4) is known color: Neptune. HEX triplet: 73, 9B and A4. RGB value is (115,155,164). Sum of RGB (Red+Green+Blue) = 115+155+164=434 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.50% from 434); Green value is 155 (60.94% from 255 or 35.71% from 434); Blue value is 164 (64.45% from 255 or 37.79% from 434); Max value from RGB is 164 - color contains mainly: blue. Hex color #739BA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739BA4 is #8C645B. Grayscale: #8F8F8F. Windows color (decimal): -9200732 or 10787699. OLE color: 10787699.

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

Color convert

RGB 115 155 164 -
CMYK 0.30 0.05 0 0.36
HSL 191.02º 0.21% 0.55% -
HSV(B) 191.02º 0.3% 0.64% -
XYZ 25.49 29.77 39.52 -
YUV 144.07 139.25 107.27 -
System Red Green Blue C M Y K H S L
Decimal 115 155 164 0.30 0.05 0 0.36 191.02 0.21 0.55
Hex 73 9B A4 1E 5 0 24 BF 15 37
Octal 163 233 244 36 5 0 44 277 25 67
Binary 1110011 10011011 10100100 11110 101 0 100100 10111111 10101 110111

Color Harmonies of #739BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739BA4

Black with #739BA4

Text Example


Text Example

White with #739BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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