#739AA4

Color #739AA4 Neptune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neptune #739AA4

Tints of Neptune #739AA4

Color information

#739AA4 (or 0x739AA4) is unknown color: approx Neptune. HEX triplet: 73, 9A and A4. RGB value is (115,154,164). Sum of RGB (Red+Green+Blue) = 115+154+164=433 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.56% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 164 (64.45% from 255 or 37.88% from 433); Max value from RGB is 164 - color contains mainly: blue. Hex color #739AA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739AA4 is #8C655B. Grayscale: #8F8F8F. Windows color (decimal): -9200988 or 10787443. OLE color: 10787443.

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

Color convert

RGB115154164-
CMYK0.300.0600.36
HSL192.24º21.21%54.71%-
HSV(B)192.24º29.88%64.31%-
XYZ25.3329.4439.47-
YUV143.48139.58107.69-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.56%
GREEN value IS 154 (60.55% from 255) = 35.57%
BLUE value IS 164 (64.45% from 255) = 37.88%
R=26.56%
G=35.57%
B=37.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1151541640.300.0600.36192.2421.2154.71
Hex739AA41E6024c01537
Octal1632322443660443002567
Binary111001110011010101001001111011001001001100000010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #739AA4;
 }
 .AnyTagClassName
 {
   color: #739AA4;
 }
</style>
background-color css

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

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

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

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

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

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