#749EA1

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

Shades of Neptune #749EA1

Tints of Neptune #749EA1

Color information

#749EA1 (or 0x749EA1) is unknown color: approx Neptune. HEX triplet: 74, 9E and A1. RGB value is (116,158,161). Sum of RGB (Red+Green+Blue) = 116+158+161=435 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.67% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 161 (63.28% from 255 or 37.01% from 435); Max value from RGB is 161 - color contains mainly: blue. Hex color #749EA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749EA1 is #8B615E. Grayscale: #919191. Windows color (decimal): -9134431 or 10591860. OLE color: 10591860.

HSL color Cylindrical-coordinate representation of color #749EA1: hue angle of 184º 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 #749EA1 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB116158161-
CMYK0.280.0200.37
HSL184º19.31%54.31%-
HSV(B)184º27.95%63.14%-
XYZ25.8630.7438.29-
YUV145.78136.59106.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.67%
GREEN value IS 158 (62.11% from 255) = 36.32%
BLUE value IS 161 (63.28% from 255) = 37.01%
R=26.67%
G=36.32%
B=37.01%

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
Decimal1161581610.280.0200.3718419.3154.31
Hex749EA11C2025b81336
Octal1642362413420452702366
Binary11101001001111010100001111001001001011011100010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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