#747EA1

Color #747EA1 Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #747EA1

Tints of Ship Cove #747EA1

Color information

#747EA1 (or 0x747EA1) is unknown color: approx Ship Cove. HEX triplet: 74, 7E and A1. RGB value is (116,126,161). Sum of RGB (Red+Green+Blue) = 116+126+161=403 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.78% from 403); Green value is 126 (49.61% from 255 or 31.27% from 403); Blue value is 161 (63.28% from 255 or 39.95% from 403); Max value from RGB is 161 - color contains mainly: blue. Hex color #747EA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747EA1 is #8B815E. Grayscale: #7E7E7E. Windows color (decimal): -9142623 or 10583668. OLE color: 10583668.

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

Color convert

RGB116126161-
CMYK0.280.2200.37
HSL226.67º19.31%54.31%-
HSV(B)226.67º27.95%63.14%-
XYZ21.121.2136.7-
YUV127147.19120.15-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.78%
GREEN value IS 126 (49.61% from 255) = 31.27%
BLUE value IS 161 (63.28% from 255) = 39.95%
R=28.78%
G=31.27%
B=39.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1161261610.280.2200.37226.6719.3154.31
Hex747EA11C16025e31336
Octal16417624134260453432366
Binary1110100111111010100001111001011001001011110001110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747EA1; }

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

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

<style>
 a { background-color: #747EA1; }

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

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

<style>
 span { border-color: #747EA1; }

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

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