Html Css Color HEX #749EAB Neptune

📋 copy color: '#749EAB'

red 116 ◦ green 158 ◦ blue 171

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

Shades of Neptune #749EAB

Tints of Neptune #749EAB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.51%

 BLUE value IS 171 (67.19% from 255) = 38.43%

R = 26.07%
G = 35.51%
B = 38.43%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#749EAB (or 0x749EAB) is known color: Neptune. HEX triplet: 74, 9E and AB. RGB value is (116,158,171). Sum of RGB (Red+Green+Blue) = 116+158+171=445 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.07% from 445); Green value is 158 (62.11% from 255 or 35.51% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 171 - color contains mainly: blue. Hex color #749EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749EAB is #8B6154. Grayscale: #929292. Windows color (decimal): -9134421 or 11247220. OLE color: 11247220.

HSL color Cylindrical-coordinate representation of color #749EAB: hue angle of 194.18º degrees, saturation: 0.25, 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 #749EAB is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 158 171 -
CMYK 0.32 0.08 0 0.33
HSL 194.18º 0.25% 0.56% -
HSV(B) 194.18º 0.32% 0.67% -
XYZ 26.78 31.11 43.12 -
YUV 146.92 141.59 105.94 -
System Red Green Blue C M Y K H S L
Decimal 116 158 171 0.32 0.08 0 0.33 194.18 0.25 0.56
Hex 74 9E AB 20 8 0 21 C2 19 38
Octal 164 236 253 40 10 0 41 302 31 70
Binary 1110100 10011110 10101011 100000 1000 0 100001 11000010 11001 111000

Color Harmonies of #749EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749EAB

Black with #749EAB

Text Example


Text Example

White with #749EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749EAB; }

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

 H1.HeaderClassName
 {
   color: #749EAB;
 }
 .AnyTagClassName
 {
   color: #749EAB;
 }
</style>

background-color css

<style>
 a { background-color: #749EAB; }

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

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

border-color css

<style>
 span { border-color: #749EAB; }

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

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