Html Css Color HEX #749BA1 Neptune

📋 copy color: '#749BA1'

red 116 ◦ green 155 ◦ blue 161

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

Shades of Neptune #749BA1

Tints of Neptune #749BA1

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.88%

 BLUE value IS 161 (63.28% from 255) = 37.27%

R = 26.85%
G = 35.88%
B = 37.27%

CMYK

 C value IS 0.28

 M value IS 0.04

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#749BA1 (or 0x749BA1) is known color: Neptune. HEX triplet: 74, 9B and A1. RGB value is (116,155,161). Sum of RGB (Red+Green+Blue) = 116+155+161=432 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.85% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 161 (63.28% from 255 or 37.27% from 432); Max value from RGB is 161 - color contains mainly: blue. Hex color #749BA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749BA1 is #8B645E. Grayscale: #8F8F8F. Windows color (decimal): -9135199 or 10591092. OLE color: 10591092.

HSL color Cylindrical-coordinate representation of color #749BA1: hue angle of 188º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #749BA1 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 116 155 161 -
CMYK 0.28 0.04 0 0.37
HSL 188º 0.19% 0.54% -
HSV(B) 188º 0.28% 0.63% -
XYZ 25.36 29.73 38.12 -
YUV 144.02 137.58 108.01 -
System Red Green Blue C M Y K H S L
Decimal 116 155 161 0.28 0.04 0 0.37 188 0.19 0.54
Hex 74 9B A1 1C 4 0 25 BC 13 36
Octal 164 233 241 34 4 0 45 274 23 66
Binary 1110100 10011011 10100001 11100 100 0 100101 10111100 10011 110110

Color Harmonies of #749BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749BA1

Black with #749BA1

Text Example


Text Example

White with #749BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,155,161); }

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

background-color css

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

 a { background-color: rgb(116,155,161); }

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

border-color css

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

 span { border-color: rgb(116,155,161); }

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