#739CA0

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

Shades of Neptune #739CA0

Tints of Neptune #739CA0

Color information

#739CA0 (or 0x739CA0) is unknown color: approx Neptune. HEX triplet: 73, 9C and A0. RGB value is (115,156,160). Sum of RGB (Red+Green+Blue) = 115+156+160=431 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.68% from 431); Green value is 156 (61.33% from 255 or 36.19% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 160 - color contains mainly: blue. Hex color #739CA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739CA0 is #8C635F. Grayscale: #909090. Windows color (decimal): -9200480 or 10525811. OLE color: 10525811.

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

Color convert

RGB115156160-
CMYK0.280.0200.37
HSL185.33º19.15%53.92%-
HSV(B)185.33º28.12%62.75%-
XYZ25.329.9637.71-
YUV144.2136.92107.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.68%
GREEN value IS 156 (61.33% from 255) = 36.19%
BLUE value IS 160 (62.89% from 255) = 37.12%
R=26.68%
G=36.19%
B=37.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1151561600.280.0200.37185.3319.1553.92
Hex739CA01C2025b91336
Octal1632342403420452712366
Binary11100111001110010100000111001001001011011100110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,156,160); }

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

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

 a { background-color: rgb(115,156,160); }

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

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

 span { border-color: rgb(115,156,160); }

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