Html Css Color HEX #749C9D Neptune

📋 copy color: '#749C9D'

red 116 ◦ green 156 ◦ blue 157

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

Shades of Neptune #749C9D

Tints of Neptune #749C9D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.36%

 BLUE value IS 157 (61.72% from 255) = 36.6%

R = 27.04%
G = 36.36%
B = 36.6%

CMYK

 C value IS 0.26

 M value IS 0.01

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#749C9D (or 0x749C9D) is known color: Neptune. HEX triplet: 74, 9C and 9D. RGB value is (116,156,157). Sum of RGB (Red+Green+Blue) = 116+156+157=429 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.04% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 157 - color contains mainly: blue. Hex color #749C9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749C9D is #8B6362. Grayscale: #909090. Windows color (decimal): -9134947 or 10329204. OLE color: 10329204.

HSL color Cylindrical-coordinate representation of color #749C9D: hue angle of 181.46º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #749C9D is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 156 157 -
CMYK 0.26 0.01 0 0.38
HSL 181.46º 0.17% 0.54% -
HSV(B) 181.46º 0.26% 0.62% -
XYZ 25.18 29.92 36.35 -
YUV 144.15 135.25 107.92 -
System Red Green Blue C M Y K H S L
Decimal 116 156 157 0.26 0.01 0 0.38 181.46 0.17 0.54
Hex 74 9C 9D 1A 1 0 26 B5 11 36
Octal 164 234 235 32 1 0 46 265 21 66
Binary 1110100 10011100 10011101 11010 1 0 100110 10110101 10001 110110

Color Harmonies of #749C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749C9D

Black with #749C9D

Text Example


Text Example

White with #749C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,156,157); }

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

background-color css

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

 a { background-color: rgb(116,156,157); }

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

border-color css

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

 span { border-color: rgb(116,156,157); }

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