Html Css Color HEX #74A5AA Neptune

📋 copy color: '#74A5AA'

red 116 ◦ green 165 ◦ blue 170

#74A5AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neptune #74A5AA

Tints of Neptune #74A5AA

RGB

 RED value IS 116 (45.7% from 255) = 25.72%

 GREEN value IS 165 (64.84% from 255) = 36.59%

 BLUE value IS 170 (66.8% from 255) = 37.69%

R = 25.72%
G = 36.59%
B = 37.69%

CMYK

 C value IS 0.32

 M value IS 0.03

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#74A5AA (or 0x74A5AA) is known color: Neptune. HEX triplet: 74, A5 and AA. RGB value is (116,165,170). Sum of RGB (Red+Green+Blue) = 116+165+170=451 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.72% from 451); Green value is 165 (64.84% from 255 or 36.59% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 170 - color contains mainly: blue. Hex color #74A5AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74A5AA is #8B5A55. Grayscale: #969696. Windows color (decimal): -9132630 or 11183476. OLE color: 11183476.

HSL color Cylindrical-coordinate representation of color #74A5AA: hue angle of 185.56º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #74A5AA is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 165 170 -
CMYK 0.32 0.03 0 0.33
HSL 185.56º 0.24% 0.56% -
HSV(B) 185.56º 0.32% 0.67% -
XYZ 27.91 33.53 43.03 -
YUV 150.92 138.77 103.09 -
System Red Green Blue C M Y K H S L
Decimal 116 165 170 0.32 0.03 0 0.33 185.56 0.24 0.56
Hex 74 A5 AA 20 3 0 21 BA 18 38
Octal 164 245 252 40 3 0 41 272 30 70
Binary 1110100 10100101 10101010 100000 11 0 100001 10111010 11000 111000

Color Harmonies of #74A5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A5AA

Black with #74A5AA

Text Example


Text Example

White with #74A5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #74A5AA;
 }
 .AnyTagClassName
 {
   color: #74A5AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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