#749EAB

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

Shades of Neptune #749EAB

Tints of Neptune #749EAB

Color information

#749EAB (or 0x749EAB) is unknown color: approx Neptune. HEX triplet: 74, 9E and AB. RGB value is (116,158,171). Sum of RGB (Red+Green+Blue) = 116+158+171=445 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.07% from 445); Green value is 158 (62.11% from 255 or 35.51% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 171 - color contains mainly: blue. Hex color #749EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749EAB is #8B6154. Grayscale: #929292. Windows color (decimal): -9134421 or 11247220. OLE color: 11247220.

HSL color Cylindrical-coordinate representation of color #749EAB: hue angle of 194.18º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #749EAB is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB116158171-
CMYK0.320.0800.33
HSL194.18º24.66%56.27%-
HSV(B)194.18º32.16%67.06%-
XYZ26.7831.1143.12-
YUV146.92141.59105.94-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.07%
GREEN value IS 158 (62.11% from 255) = 35.51%
BLUE value IS 171 (67.19% from 255) = 38.43%
R=26.07%
G=35.51%
B=38.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161581710.320.0800.33194.1824.6656.27
Hex749EAB208021c21938
Octal16423625340100413023170
Binary11101001001111010101011100000100001000011100001011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749EAB; }

 p { color: rgb(116,158,171); }

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

<style>
 a { background-color: #749EAB; }

 a { background-color: rgb(116,158,171); }

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

<style>
 span { border-color: #749EAB; }

 span { border-color: rgb(116,158,171); }

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