#747C9F

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

Shades of Ship Cove #747C9F

Tints of Ship Cove #747C9F

Color information

#747C9F (or 0x747C9F) is unknown color: approx Ship Cove. HEX triplet: 74, 7C and 9F. RGB value is (116,124,159). Sum of RGB (Red+Green+Blue) = 116+124+159=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 159 - color contains mainly: blue. Hex color #747C9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747C9F is #8B8360. Grayscale: #7D7D7D. Windows color (decimal): -9143137 or 10452084. OLE color: 10452084.

HSL color Cylindrical-coordinate representation of color #747C9F: hue angle of 228.84º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #747C9F is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB116124159-
CMYK0.270.2200.38
HSL228.84º18.3%53.92%-
HSV(B)228.84º27.04%62.35%-
XYZ20.6720.6335.69-
YUV125.6146.85121.15-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.07%
GREEN value IS 124 (48.83% from 255) = 31.08%
BLUE value IS 159 (62.5% from 255) = 39.85%
R=29.07%
G=31.08%
B=39.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161241590.270.2200.38228.8418.353.92
Hex747C9F1B16026e51236
Octal16417423733260463452266
Binary1110100111110010011111110111011001001101110010110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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