#747DAC

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

Shades of Ship Cove #747DAC

Tints of Ship Cove #747DAC

Color information

#747DAC (or 0x747DAC) is unknown color: approx Ship Cove. HEX triplet: 74, 7D and AC. RGB value is (116,125,172). Sum of RGB (Red+Green+Blue) = 116+125+172=413 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.09% from 413); Green value is 125 (49.22% from 255 or 30.27% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 172 - color contains mainly: blue. Hex color #747DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747DAC is #8B8253. Grayscale: #7F7F7F. Windows color (decimal): -9142868 or 11304308. OLE color: 11304308.

HSL color Cylindrical-coordinate representation of color #747DAC: hue angle of 230.36º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #747DAC is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB116125172-
CMYK0.330.2700.33
HSL230.36º25.23%56.47%-
HSV(B)230.36º32.56%67.45%-
XYZ21.9821.3641.99-
YUV127.67153.02119.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.09%
GREEN value IS 125 (49.22% from 255) = 30.27%
BLUE value IS 172 (67.58% from 255) = 41.65%
R=28.09%
G=30.27%
B=41.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161251720.330.2700.33230.3625.2356.47
Hex747DAC211B021e61938
Octal16417525441330413463170
Binary11101001111101101011001000011101101000011110011011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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