#749BA5

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

Shades of Neptune #749BA5

Tints of Neptune #749BA5

Color information

#749BA5 (or 0x749BA5) is unknown color: approx Neptune. HEX triplet: 74, 9B and A5. RGB value is (116,155,165). Sum of RGB (Red+Green+Blue) = 116+155+165=436 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.61% from 436); Green value is 155 (60.94% from 255 or 35.55% from 436); Blue value is 165 (64.84% from 255 or 37.84% from 436); Max value from RGB is 165 - color contains mainly: blue. Hex color #749BA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749BA5 is #8B645A. Grayscale: #909090. Windows color (decimal): -9135195 or 10853236. OLE color: 10853236.

HSL color Cylindrical-coordinate representation of color #749BA5: hue angle of 192.24º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #749BA5 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB116155165-
CMYK0.300.0600.35
HSL192.24º21.4%55.1%-
HSV(B)192.24º29.7%64.71%-
XYZ25.7229.8740.01-
YUV144.48139.58107.69-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.61%
GREEN value IS 155 (60.94% from 255) = 35.55%
BLUE value IS 165 (64.84% from 255) = 37.84%
R=26.61%
G=35.55%
B=37.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1161551650.300.0600.35192.2421.455.1
Hex749BA51E6023c01537
Octal1642332453660433002567
Binary111010010011011101001011111011001000111100000010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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