#74A4AF

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

Shades of Neptune #74A4AF

Tints of Neptune #74A4AF

Color information

#74A4AF (or 0x74A4AF) is unknown color: approx Neptune. HEX triplet: 74, A4 and AF. RGB value is (116,164,175). Sum of RGB (Red+Green+Blue) = 116+164+175=455 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.49% from 455); Green value is 164 (64.45% from 255 or 36.04% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 175 - color contains mainly: blue. Hex color #74A4AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74A4AF is #8B5B50. Grayscale: #969696. Windows color (decimal): -9132881 or 11510900. OLE color: 11510900.

HSL color Cylindrical-coordinate representation of color #74A4AF: hue angle of 191.19º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #74A4AF is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB116164175-
CMYK0.340.0600.31
HSL191.19º26.94%57.06%-
HSV(B)191.19º33.71%68.63%-
XYZ28.2233.3645.51-
YUV150.9141.6103.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.49%
GREEN value IS 164 (64.45% from 255) = 36.04%
BLUE value IS 175 (68.75% from 255) = 38.46%
R=25.49%
G=36.04%
B=38.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1161641750.340.0600.31191.1926.9457.06
Hex74A4AF22601Fbf1b39
Octal1642442574260372773371
Binary111010010100100101011111000101100111111011111111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,164,175); }

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

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

 a { background-color: rgb(116,164,175); }

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

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

 span { border-color: rgb(116,164,175); }

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