#749A9C

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

Shades of Neptune #749A9C

Tints of Neptune #749A9C

Color information

#749A9C (or 0x749A9C) is unknown color: approx Neptune. HEX triplet: 74, 9A and 9C. RGB value is (116,154,156). Sum of RGB (Red+Green+Blue) = 116+154+156=426 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.23% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 156 - color contains mainly: blue. Hex color #749A9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749A9C is #8B6563. Grayscale: #8E8E8E. Windows color (decimal): -9135460 or 10263156. OLE color: 10263156.

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

Color convert

RGB116154156-
CMYK0.260.0100.39
HSL183º16.81%53.33%-
HSV(B)183º25.64%61.18%-
XYZ24.7629.2235.79-
YUV142.87135.41108.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.23%
GREEN value IS 154 (60.55% from 255) = 36.15%
BLUE value IS 156 (61.33% from 255) = 36.62%
R=27.23%
G=36.15%
B=36.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1161541560.260.0100.3918316.8153.33
Hex749A9C1A1027b71135
Octal1642322343210472672165
Binary1110100100110101001110011010101001111011011110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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