#74ABB1

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

Shades of Neptune #74ABB1

Tints of Neptune #74ABB1

Color information

#74ABB1 (or 0x74ABB1) is unknown color: approx Neptune. HEX triplet: 74, AB and B1. RGB value is (116,171,177). Sum of RGB (Red+Green+Blue) = 116+171+177=464 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 177 (69.53% from 255 or 38.15% from 464); Max value from RGB is 177 - color contains mainly: blue. Hex color #74ABB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74ABB1 is #8B544E. Grayscale: #9B9B9B. Windows color (decimal): -9131087 or 11643764. OLE color: 11643764.

HSL color Cylindrical-coordinate representation of color #74ABB1: hue angle of 185.9º degrees, saturation: 0.28, 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 #74ABB1 is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB116171177-
CMYK0.340.0300.31
HSL185.9º28.11%57.45%-
HSV(B)185.9º34.46%69.41%-
XYZ29.736.0146.98-
YUV155.24140.28100.01-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25%
GREEN value IS 171 (67.19% from 255) = 36.85%
BLUE value IS 177 (69.53% from 255) = 38.15%
R=25%
G=36.85%
B=38.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1161711770.340.0300.31185.928.1157.45
Hex74ABB122301Fba1c39
Octal1642532614230372723471
Binary11101001010101110110001100010110111111011101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74ABB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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