Html Css Color HEX #749FAA Neptune

📋 copy color: '#749FAA'

red 116 ◦ green 159 ◦ blue 170

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

Shades of Neptune #749FAA

Tints of Neptune #749FAA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.73%

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

R = 26.07%
G = 35.73%
B = 38.2%

CMYK

 C value IS 0.32

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#749FAA (or 0x749FAA) is known color: Neptune. HEX triplet: 74, 9F and AA. RGB value is (116,159,170). Sum of RGB (Red+Green+Blue) = 116+159+170=445 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.07% from 445); Green value is 159 (62.5% from 255 or 35.73% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 170 - color contains mainly: blue. Hex color #749FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749FAA is #8B6055. Grayscale: #939393. Windows color (decimal): -9134166 or 11181940. OLE color: 11181940.

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

Color convert

RGB 116 159 170 -
CMYK 0.32 0.06 0 0.33
HSL 192.22º 0.24% 0.56% -
HSV(B) 192.22º 0.32% 0.67% -
XYZ 26.86 31.41 42.68 -
YUV 147.4 140.75 105.61 -
System Red Green Blue C M Y K H S L
Decimal 116 159 170 0.32 0.06 0 0.33 192.22 0.24 0.56
Hex 74 9F AA 20 6 0 21 C0 18 38
Octal 164 237 252 40 6 0 41 300 30 70
Binary 1110100 10011111 10101010 100000 110 0 100001 11000000 11000 111000

Color Harmonies of #749FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749FAA

Black with #749FAA

Text Example


Text Example

White with #749FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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