#747CAE

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

Shades of Ship Cove #747CAE

Tints of Ship Cove #747CAE

Color information

#747CAE (or 0x747CAE) is unknown color: approx Ship Cove. HEX triplet: 74, 7C and AE. RGB value is (116,124,174). Sum of RGB (Red+Green+Blue) = 116+124+174=414 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.02% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 174 - color contains mainly: blue. Hex color #747CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747CAE is #8B8351. Grayscale: #7F7F7F. Windows color (decimal): -9143122 or 11435124. OLE color: 11435124.

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

Color convert

RGB116124174-
CMYK0.330.2900.32
HSL231.72º26.36%56.86%-
HSV(B)231.72º33.33%68.24%-
XYZ22.0521.1842.97-
YUV127.31154.35119.93-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.02%
GREEN value IS 124 (48.83% from 255) = 29.95%
BLUE value IS 174 (68.36% from 255) = 42.03%
R=28.02%
G=29.95%
B=42.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1161241740.330.2900.32231.7226.3656.86
Hex747CAE211D020e81a39
Octal16417425641350403503271
Binary11101001111100101011101000011110101000001110100011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,124,174); }

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

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

 a { background-color: rgb(116,124,174); }

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

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

 span { border-color: rgb(116,124,174); }

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