Html Css Color HEX #749FA5 Neptune

📋 copy color: '#749FA5'

red 116 ◦ green 159 ◦ blue 165

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

Shades of Neptune #749FA5

Tints of Neptune #749FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.5%

R = 26.36%
G = 36.14%
B = 37.5%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#749FA5 (or 0x749FA5) is known color: Neptune. HEX triplet: 74, 9F and A5. RGB value is (116,159,165). Sum of RGB (Red+Green+Blue) = 116+159+165=440 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.36% from 440); Green value is 159 (62.5% from 255 or 36.14% from 440); Blue value is 165 (64.84% from 255 or 37.5% from 440); Max value from RGB is 165 - color contains mainly: blue. Hex color #749FA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749FA5 is #8B605A. Grayscale: #929292. Windows color (decimal): -9134171 or 10854260. OLE color: 10854260.

HSL color Cylindrical-coordinate representation of color #749FA5: hue angle of 187.35º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #749FA5 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 116 159 165 -
CMYK 0.30 0.04 0 0.35
HSL 187.35º 0.21% 0.55% -
HSV(B) 187.35º 0.3% 0.65% -
XYZ 26.39 31.23 40.23 -
YUV 146.83 138.25 106.01 -
System Red Green Blue C M Y K H S L
Decimal 116 159 165 0.30 0.04 0 0.35 187.35 0.21 0.55
Hex 74 9F A5 1E 4 0 23 BB 15 37
Octal 164 237 245 36 4 0 43 273 25 67
Binary 1110100 10011111 10100101 11110 100 0 100011 10111011 10101 110111

Color Harmonies of #749FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749FA5

Black with #749FA5

Text Example


Text Example

White with #749FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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