#747BA6

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

Shades of Ship Cove #747BA6

Tints of Ship Cove #747BA6

Color information

#747BA6 (or 0x747BA6) is unknown color: approx Ship Cove. HEX triplet: 74, 7B and A6. RGB value is (116,123,166). Sum of RGB (Red+Green+Blue) = 116+123+166=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 123 (48.44% from 255 or 30.37% from 405); Blue value is 166 (65.23% from 255 or 40.99% from 405); Max value from RGB is 166 - color contains mainly: blue. Hex color #747BA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747BA6 is #8B8459. Grayscale: #7D7D7D. Windows color (decimal): -9143386 or 10910580. OLE color: 10910580.

HSL color Cylindrical-coordinate representation of color #747BA6: hue angle of 231.6º degrees, saturation: 0.22, 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 #747BA6 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB116123166-
CMYK0.300.2600.35
HSL231.6º21.93%55.29%-
HSV(B)231.6º30.12%65.1%-
XYZ21.1720.6338.94-
YUV125.81150.68121-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.64%
GREEN value IS 123 (48.44% from 255) = 30.37%
BLUE value IS 166 (65.23% from 255) = 40.99%
R=28.64%
G=30.37%
B=40.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1161231660.300.2600.35231.621.9355.29
Hex747BA61E1A023e81637
Octal16417324636320433502667
Binary1110100111101110100110111101101001000111110100010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,123,166); }

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

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

 a { background-color: rgb(116,123,166); }

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

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

 span { border-color: rgb(116,123,166); }

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