#749B9D

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

Shades of Neptune #749B9D

Tints of Neptune #749B9D

Color information

#749B9D (or 0x749B9D) is unknown color: approx Neptune. HEX triplet: 74, 9B and 9D. RGB value is (116,155,157). Sum of RGB (Red+Green+Blue) = 116+155+157=428 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.10% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 157 - color contains mainly: blue. Hex color #749B9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749B9D is #8B6462. Grayscale: #8F8F8F. Windows color (decimal): -9135203 or 10328948. OLE color: 10328948.

HSL color Cylindrical-coordinate representation of color #749B9D: hue angle of 182.93º 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 #749B9D is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB116155157-
CMYK0.260.0100.38
HSL182.93º17.3%53.53%-
HSV(B)182.93º26.11%61.57%-
XYZ25.0129.5936.29-
YUV143.57135.58108.34-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.10%
GREEN value IS 155 (60.94% from 255) = 36.21%
BLUE value IS 157 (61.72% from 255) = 36.68%
R=27.10%
G=36.21%
B=36.68%

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
Decimal1161551570.260.0100.38182.9317.353.53
Hex749B9D1A1026b71136
Octal1642332353210462672166
Binary1110100100110111001110111010101001101011011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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