#747D9B

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

Shades of Ship Cove #747D9B

Tints of Ship Cove #747D9B

Color information

#747D9B (or 0x747D9B) is unknown color: approx Ship Cove. HEX triplet: 74, 7D and 9B. RGB value is (116,125,155). Sum of RGB (Red+Green+Blue) = 116+125+155=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 155 - color contains mainly: blue. Hex color #747D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747D9B is #8B8264. Grayscale: #7D7D7D. Windows color (decimal): -9142885 or 10190196. OLE color: 10190196.

HSL color Cylindrical-coordinate representation of color #747D9B: hue angle of 226.15º 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 #747D9B is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB116125155-
CMYK0.250.1900.39
HSL226.15º16.32%53.14%-
HSV(B)226.15º25.16%60.78%-
XYZ20.4520.7533.94-
YUV125.73144.52121.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.29%
GREEN value IS 125 (49.22% from 255) = 31.57%
BLUE value IS 155 (60.94% from 255) = 39.14%
R=29.29%
G=31.57%
B=39.14%

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
Decimal1161251550.250.1900.39226.1516.3253.14
Hex747D9B1913027e21035
Octal16417523331230473422065
Binary1110100111110110011011110011001101001111110001010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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