#749FAB

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

Shades of Neptune #749FAB

Tints of Neptune #749FAB

Color information

#749FAB (or 0x749FAB) is unknown color: approx Neptune. HEX triplet: 74, 9F and AB. RGB value is (116,159,171). Sum of RGB (Red+Green+Blue) = 116+159+171=446 (59% of max value = 765). Red value is 116 (45.70% from 255 or 26.01% from 446); Green value is 159 (62.5% from 255 or 35.65% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 171 - color contains mainly: blue. Hex color #749FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749FAB is #8B6054. Grayscale: #939393. Windows color (decimal): -9134165 or 11247476. OLE color: 11247476.

HSL color Cylindrical-coordinate representation of color #749FAB: hue angle of 193.09º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #749FAB is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB116159171-
CMYK0.320.0700.33
HSL193.09º24.66%56.27%-
HSV(B)193.09º32.16%67.06%-
XYZ26.9531.4543.18-
YUV147.51141.25105.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.01%
GREEN value IS 159 (62.5% from 255) = 35.65%
BLUE value IS 171 (67.19% from 255) = 38.34%
R=26.01%
G=35.65%
B=38.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161591710.320.0700.33193.0924.6656.27
Hex749FAB207021c11938
Octal1642372534070413013170
Binary1110100100111111010101110000011101000011100000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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