#739AA1

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

Shades of Neptune #739AA1

Tints of Neptune #739AA1

Color information

#739AA1 (or 0x739AA1) is unknown color: approx Neptune. HEX triplet: 73, 9A and A1. RGB value is (115,154,161). Sum of RGB (Red+Green+Blue) = 115+154+161=430 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.74% from 430); Green value is 154 (60.55% from 255 or 35.81% from 430); Blue value is 161 (63.28% from 255 or 37.44% from 430); Max value from RGB is 161 - color contains mainly: blue. Hex color #739AA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739AA1 is #8C655E. Grayscale: #8F8F8F. Windows color (decimal): -9200991 or 10590835. OLE color: 10590835.

HSL color Cylindrical-coordinate representation of color #739AA1: hue angle of 189.13º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #739AA1 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB115154161-
CMYK0.290.0400.37
HSL189.13º19.66%54.12%-
HSV(B)189.13º28.57%63.14%-
XYZ25.0629.3338.06-
YUV143.14138.08107.93-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.74%
GREEN value IS 154 (60.55% from 255) = 35.81%
BLUE value IS 161 (63.28% from 255) = 37.44%
R=26.74%
G=35.81%
B=37.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1151541610.290.0400.37189.1319.6654.12
Hex739AA11D4025bd1436
Octal1632322413540452752466
Binary111001110011010101000011110110001001011011110110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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