#74A3AE

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

Shades of Neptune #74A3AE

Tints of Neptune #74A3AE

Color information

#74A3AE (or 0x74A3AE) is unknown color: approx Neptune. HEX triplet: 74, A3 and AE. RGB value is (116,163,174). Sum of RGB (Red+Green+Blue) = 116+163+174=453 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.61% from 453); Green value is 163 (64.06% from 255 or 35.98% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 174 - color contains mainly: blue. Hex color #74A3AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74A3AE is #8B5C51. Grayscale: #969696. Windows color (decimal): -9133138 or 11445108. OLE color: 11445108.

HSL color Cylindrical-coordinate representation of color #74A3AE: hue angle of 191.38º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #74A3AE is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB116163174-
CMYK0.330.0600.32
HSL191.38º26.36%56.86%-
HSV(B)191.38º33.33%68.24%-
XYZ27.9432.9644.93-
YUV150.2141.43103.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.61%
GREEN value IS 163 (64.06% from 255) = 35.98%
BLUE value IS 174 (68.36% from 255) = 38.41%
R=25.61%
G=35.98%
B=38.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1161631740.330.0600.32191.3826.3656.86
Hex74A3AE216020bf1a39
Octal1642432564160402773271
Binary1110100101000111010111010000111001000001011111111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74A3AE; }

 p { color: rgb(116,163,174); }

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

<style>
 a { background-color: #74A3AE; }

 a { background-color: rgb(116,163,174); }

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

<style>
 span { border-color: #74A3AE; }

 span { border-color: rgb(116,163,174); }

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