#74a5b1

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

Shades of Neptune #74A5B1

Tints of Neptune #74A5B1

Color information

#74A5B1 (or 0x74A5B1) is unknown color: approx Neptune. HEX triplet: 74, A5 and B1. RGB value is (116,165,177). Sum of RGB (Red+Green+Blue) = 116+165+177=458 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.33% from 458); Green value is 165 (64.84% from 255 or 36.03% from 458); Blue value is 177 (69.53% from 255 or 38.65% from 458); Max value from RGB is 177 - color contains mainly: blue. Hex color #74A5B1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74A5B1 is #8B5A4E. Grayscale: #979797. Windows color (decimal): -9132623 or 11642228. OLE color: 11642228.

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

Color convert

RGB116165177-
CMYK0.340.0700.31
HSL191.8º28.11%57.45%-
HSV(B)191.8º34.46%69.41%-
XYZ28.5933.846.61-
YUV151.72142.27102.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.33%
GREEN value IS 165 (64.84% from 255) = 36.03%
BLUE value IS 177 (69.53% from 255) = 38.65%
R=25.33%
G=36.03%
B=38.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1161651770.340.0700.31191.828.1157.45
Hex74A5B122701Fc01c39
Octal1642452614270373003471
Binary111010010100101101100011000101110111111100000011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74a5b1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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