#749DA0

Color #749DA0 Neptune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neptune #749DA0

Tints of Neptune #749DA0

Color information

#749DA0 (or 0x749DA0) is unknown color: approx Neptune. HEX triplet: 74, 9D and A0. RGB value is (116,157,160). Sum of RGB (Red+Green+Blue) = 116+157+160=433 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.79% from 433); Green value is 157 (61.72% from 255 or 36.26% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 160 - color contains mainly: blue. Hex color #749DA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749DA0 is #8B625F. Grayscale: #919191. Windows color (decimal): -9134688 or 10526068. OLE color: 10526068.

HSL color Cylindrical-coordinate representation of color #749DA0: hue angle of 184.09º 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 #749DA0 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB116157160-
CMYK0.280.0200.37
HSL184.09º18.8%54.12%-
HSV(B)184.09º27.5%62.75%-
XYZ25.630.3737.77-
YUV145.08136.42107.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.79%
GREEN value IS 157 (61.72% from 255) = 36.26%
BLUE value IS 160 (62.89% from 255) = 36.95%
R=26.79%
G=36.26%
B=36.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1161571600.280.0200.37184.0918.854.12
Hex749DA01C2025b81336
Octal1642352403420452702366
Binary11101001001110110100000111001001001011011100010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #749DA0;
 }
 .AnyTagClassName
 {
   color: #749DA0;
 }
</style>
background-color css

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

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

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

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

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

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