#747EAD

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

Shades of Ship Cove #747EAD

Tints of Ship Cove #747EAD

Color information

#747EAD (or 0x747EAD) is unknown color: approx Ship Cove. HEX triplet: 74, 7E and AD. RGB value is (116,126,173). Sum of RGB (Red+Green+Blue) = 116+126+173=415 (54% of max value = 765). Red value is 116 (45.70% from 255 or 27.95% from 415); Green value is 126 (49.61% from 255 or 30.36% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 173 - color contains mainly: blue. Hex color #747EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747EAD is #8B8152. Grayscale: #808080. Windows color (decimal): -9142611 or 11370100. OLE color: 11370100.

HSL color Cylindrical-coordinate representation of color #747EAD: hue angle of 229.47º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #747EAD is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB116126173-
CMYK0.330.2700.32
HSL229.47º25.79%56.67%-
HSV(B)229.47º32.95%67.84%-
XYZ22.2121.6542.54-
YUV128.37153.19119.18-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.95%
GREEN value IS 126 (49.61% from 255) = 30.36%
BLUE value IS 173 (67.97% from 255) = 41.69%
R=27.95%
G=30.36%
B=41.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1161261730.330.2700.32229.4725.7956.67
Hex747EAD211B020e51a39
Octal16417625541330403453271
Binary11101001111110101011011000011101101000001110010111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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