#74A9B3

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

Shades of Neptune #74A9B3

Tints of Neptune #74A9B3

Color information

#74A9B3 (or 0x74A9B3) is unknown color: approx Neptune. HEX triplet: 74, A9 and B3. RGB value is (116,169,179). Sum of RGB (Red+Green+Blue) = 116+169+179=464 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25% from 464); Green value is 169 (66.41% from 255 or 36.42% from 464); Blue value is 179 (70.31% from 255 or 38.58% from 464); Max value from RGB is 179 - color contains mainly: blue. Hex color #74A9B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A9B3 is #8B564C. Grayscale: #9A9A9A. Windows color (decimal): -9131597 or 11774324. OLE color: 11774324.

HSL color Cylindrical-coordinate representation of color #74A9B3: hue angle of 189.52º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #74A9B3 is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB116169179-
CMYK0.350.0600.30
HSL189.52º29.3%57.84%-
HSV(B)189.52º35.2%70.2%-
XYZ29.5335.3447.91-
YUV154.29141.94100.69-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25%
GREEN value IS 169 (66.41% from 255) = 36.42%
BLUE value IS 179 (70.31% from 255) = 38.58%
R=25%
G=36.42%
B=38.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1161691790.350.0600.30189.5229.357.84
Hex74A9B323601Ebe1d3a
Octal1642512634360362763572
Binary111010010101001101100111000111100111101011111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,169,179); }

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

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

 a { background-color: rgb(116,169,179); }

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

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

 span { border-color: rgb(116,169,179); }

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