#74ACB4

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

Shades of Neptune #74ACB4

Tints of Neptune #74ACB4

Color information

#74ACB4 (or 0x74ACB4) is unknown color: approx Neptune. HEX triplet: 74, AC and B4. RGB value is (116,172,180). Sum of RGB (Red+Green+Blue) = 116+172+180=468 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.79% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 180 (70.70% from 255 or 38.46% from 468); Max value from RGB is 180 - color contains mainly: blue. Hex color #74ACB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ACB4 is #8B534B. Grayscale: #9C9C9C. Windows color (decimal): -9130828 or 11840628. OLE color: 11840628.

HSL color Cylindrical-coordinate representation of color #74ACB4: hue angle of 187.5º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #74ACB4 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB116172180-
CMYK0.360.0400.29
HSL187.5º29.91%58.04%-
HSV(B)187.5º35.56%70.59%-
XYZ30.1936.5148.64-
YUV156.17141.4599.35-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.79%
GREEN value IS 172 (67.58% from 255) = 36.75%
BLUE value IS 180 (70.70% from 255) = 38.46%
R=24.79%
G=36.75%
B=38.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1161721800.360.0400.29187.529.9158.04
Hex74ACB424401Dbc1e3a
Octal1642542644440352743672
Binary111010010101100101101001001001000111011011110011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74ACB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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