#749FAC

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

Shades of Neptune #749FAC

Tints of Neptune #749FAC

Color information

#749FAC (or 0x749FAC) is unknown color: approx Neptune. HEX triplet: 74, 9F and AC. RGB value is (116,159,172). Sum of RGB (Red+Green+Blue) = 116+159+172=447 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.95% from 447); Green value is 159 (62.5% from 255 or 35.57% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 172 - color contains mainly: blue. Hex color #749FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749FAC is #8B6053. Grayscale: #939393. Windows color (decimal): -9134164 or 11313012. OLE color: 11313012.

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

Color convert

RGB116159172-
CMYK0.330.0800.33
HSL193.93º25.23%56.47%-
HSV(B)193.93º32.56%67.45%-
XYZ27.0531.4943.68-
YUV147.62141.75105.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.95%
GREEN value IS 159 (62.5% from 255) = 35.57%
BLUE value IS 172 (67.58% from 255) = 38.48%
R=25.95%
G=35.57%
B=38.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161591720.330.0800.33193.9325.2356.47
Hex749FAC218021c21938
Octal16423725441100413023170
Binary11101001001111110101100100001100001000011100001011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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