#747E9B

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

Shades of Ship Cove #747E9B

Tints of Ship Cove #747E9B

Color information

#747E9B (or 0x747E9B) is unknown color: approx Ship Cove. HEX triplet: 74, 7E and 9B. RGB value is (116,126,155). Sum of RGB (Red+Green+Blue) = 116+126+155=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 155 - color contains mainly: blue. Hex color #747E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747E9B is #8B8164. Grayscale: #7E7E7E. Windows color (decimal): -9142629 or 10190452. OLE color: 10190452.

HSL color Cylindrical-coordinate representation of color #747E9B: hue angle of 224.62º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #747E9B is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB116126155-
CMYK0.250.1900.39
HSL224.62º16.32%53.14%-
HSV(B)224.62º25.16%60.78%-
XYZ20.582133.98-
YUV126.32144.19120.64-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.22%
GREEN value IS 126 (49.61% from 255) = 31.74%
BLUE value IS 155 (60.94% from 255) = 39.04%
R=29.22%
G=31.74%
B=39.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1161261550.250.1900.39224.6216.3253.14
Hex747E9B1913027e11035
Octal16417623331230473412065
Binary1110100111111010011011110011001101001111110000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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