#747D9F

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

Shades of Ship Cove #747D9F

Tints of Ship Cove #747D9F

Color information

#747D9F (or 0x747D9F) is unknown color: approx Ship Cove. HEX triplet: 74, 7D and 9F. RGB value is (116,125,159). Sum of RGB (Red+Green+Blue) = 116+125+159=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 159 - color contains mainly: blue. Hex color #747D9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747D9F is #8B8260. Grayscale: #7E7E7E. Windows color (decimal): -9142881 or 10452340. OLE color: 10452340.

HSL color Cylindrical-coordinate representation of color #747D9F: hue angle of 227.44º 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 #747D9F is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB116125159-
CMYK0.270.2100.38
HSL227.44º18.3%53.92%-
HSV(B)227.44º27.04%62.35%-
XYZ20.7920.8835.74-
YUV126.18146.52120.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29%
GREEN value IS 125 (49.22% from 255) = 31.25%
BLUE value IS 159 (62.5% from 255) = 39.75%
R=29%
G=31.25%
B=39.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161251590.270.2100.38227.4418.353.92
Hex747D9F1B15026e31236
Octal16417523733250463432266
Binary1110100111110110011111110111010101001101110001110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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