#74A8B2

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

Shades of Neptune #74A8B2

Tints of Neptune #74A8B2

Color information

#74A8B2 (or 0x74A8B2) is unknown color: approx Neptune. HEX triplet: 74, A8 and B2. RGB value is (116,168,178). Sum of RGB (Red+Green+Blue) = 116+168+178=462 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.11% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 178 (69.92% from 255 or 38.53% from 462); Max value from RGB is 178 - color contains mainly: blue. Hex color #74A8B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74A8B2 is #8B574D. Grayscale: #999999. Windows color (decimal): -9131854 or 11708532. OLE color: 11708532.

HSL color Cylindrical-coordinate representation of color #74A8B2: hue angle of 189.68º 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 #74A8B2 is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB116168178-
CMYK0.350.0600.30
HSL189.68º28.7%57.65%-
HSV(B)189.68º34.83%69.8%-
XYZ29.2434.9347.32-
YUV153.59141.77101.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.11%
GREEN value IS 168 (66.02% from 255) = 36.36%
BLUE value IS 178 (69.92% from 255) = 38.53%
R=25.11%
G=36.36%
B=38.53%

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
Decimal1161681780.350.0600.30189.6828.757.65
Hex74A8B223601Ebe1d3a
Octal1642502624360362763572
Binary111010010101000101100101000111100111101011111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A8B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,168,178); }

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

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

 a { background-color: rgb(116,168,178); }

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

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

 span { border-color: rgb(116,168,178); }

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