#747DAD

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

Shades of Ship Cove #747DAD

Tints of Ship Cove #747DAD

Color information

#747DAD (or 0x747DAD) is unknown color: approx Ship Cove. HEX triplet: 74, 7D and AD. RGB value is (116,125,173). Sum of RGB (Red+Green+Blue) = 116+125+173=414 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.02% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 173 - color contains mainly: blue. Hex color #747DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747DAD is #8B8252. Grayscale: #7F7F7F. Windows color (decimal): -9142867 or 11369844. OLE color: 11369844.

HSL color Cylindrical-coordinate representation of color #747DAD: hue angle of 230.53º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #747DAD is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB116125173-
CMYK0.330.2800.32
HSL230.53º25.79%56.67%-
HSV(B)230.53º32.95%67.84%-
XYZ22.0821.442.5-
YUV127.78153.52119.6-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.02%
GREEN value IS 125 (49.22% from 255) = 30.19%
BLUE value IS 173 (67.97% from 255) = 41.79%
R=28.02%
G=30.19%
B=41.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1161251730.330.2800.32230.5325.7956.67
Hex747DAD211C020e71a39
Octal16417525541340403473271
Binary11101001111101101011011000011110001000001110011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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