#749C9D

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

Shades of Neptune #749C9D

Tints of Neptune #749C9D

Color information

#749C9D (or 0x749C9D) is unknown color: approx Neptune. HEX triplet: 74, 9C and 9D. RGB value is (116,156,157). Sum of RGB (Red+Green+Blue) = 116+156+157=429 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.04% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 157 - color contains mainly: blue. Hex color #749C9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749C9D is #8B6362. Grayscale: #909090. Windows color (decimal): -9134947 or 10329204. OLE color: 10329204.

HSL color Cylindrical-coordinate representation of color #749C9D: hue angle of 181.46º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #749C9D is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB116156157-
CMYK0.260.0100.38
HSL181.46º17.3%53.53%-
HSV(B)181.46º26.11%61.57%-
XYZ25.1829.9236.35-
YUV144.15135.25107.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.04%
GREEN value IS 156 (61.33% from 255) = 36.36%
BLUE value IS 157 (61.72% from 255) = 36.60%
R=27.04%
G=36.36%
B=36.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161561570.260.0100.38181.4617.353.53
Hex749C9D1A1026b51136
Octal1642342353210462652166
Binary1110100100111001001110111010101001101011010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,156,157); }

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

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

 a { background-color: rgb(116,156,157); }

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

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

 span { border-color: rgb(116,156,157); }

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