#749FA8

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

Shades of Neptune #749FA8

Tints of Neptune #749FA8

Color information

#749FA8 (or 0x749FA8) is unknown color: approx Neptune. HEX triplet: 74, 9F and A8. RGB value is (116,159,168). Sum of RGB (Red+Green+Blue) = 116+159+168=443 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.19% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 168 (66.02% from 255 or 37.92% from 443); Max value from RGB is 168 - color contains mainly: blue. Hex color #749FA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749FA8 is #8B6057. Grayscale: #939393. Windows color (decimal): -9134168 or 11050868. OLE color: 11050868.

HSL color Cylindrical-coordinate representation of color #749FA8: hue angle of 190.38º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #749FA8 is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB116159168-
CMYK0.310.0500.34
HSL190.38º23.01%55.69%-
HSV(B)190.38º30.95%65.88%-
XYZ26.6731.3441.69-
YUV147.17139.75105.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.19%
GREEN value IS 159 (62.5% from 255) = 35.89%
BLUE value IS 168 (66.02% from 255) = 37.92%
R=26.19%
G=35.89%
B=37.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1161591680.310.0500.34190.3823.0155.69
Hex749FA81F5022be1738
Octal1642372503750422762770
Binary111010010011111101010001111110101000101011111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,159,168); }

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

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

 a { background-color: rgb(116,159,168); }

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

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

 span { border-color: rgb(116,159,168); }

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