#739AA3

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

Shades of Neptune #739AA3

Tints of Neptune #739AA3

Color information

#739AA3 (or 0x739AA3) is unknown color: approx Neptune. HEX triplet: 73, 9A and A3. RGB value is (115,154,163). Sum of RGB (Red+Green+Blue) = 115+154+163=432 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.62% from 432); Green value is 154 (60.55% from 255 or 35.65% from 432); Blue value is 163 (64.06% from 255 or 37.73% from 432); Max value from RGB is 163 - color contains mainly: blue. Hex color #739AA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739AA3 is #8C655C. Grayscale: #8F8F8F. Windows color (decimal): -9200989 or 10721907. OLE color: 10721907.

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

Color convert

RGB115154163-
CMYK0.290.0600.36
HSL191.25º20.69%54.51%-
HSV(B)191.25º29.45%63.92%-
XYZ25.2429.439-
YUV143.36139.08107.77-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.62%
GREEN value IS 154 (60.55% from 255) = 35.65%
BLUE value IS 163 (64.06% from 255) = 37.73%
R=26.62%
G=35.65%
B=37.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1151541630.290.0600.36191.2520.6954.51
Hex739AA31D6024bf1537
Octal1632322433560442772567
Binary111001110011010101000111110111001001001011111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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