#747DA9

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

Shades of Ship Cove #747DA9

Tints of Ship Cove #747DA9

Color information

#747DA9 (or 0x747DA9) is unknown color: approx Ship Cove. HEX triplet: 74, 7D and A9. RGB value is (116,125,169). Sum of RGB (Red+Green+Blue) = 116+125+169=410 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.29% from 410); Green value is 125 (49.22% from 255 or 30.49% from 410); Blue value is 169 (66.41% from 255 or 41.22% from 410); Max value from RGB is 169 - color contains mainly: blue. Hex color #747DA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747DA9 is #8B8256. Grayscale: #7F7F7F. Windows color (decimal): -9142871 or 11107700. OLE color: 11107700.

HSL color Cylindrical-coordinate representation of color #747DA9: hue angle of 229.81º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #747DA9 is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB116125169-
CMYK0.310.2600.34
HSL229.81º23.56%55.88%-
HSV(B)229.81º31.36%66.27%-
XYZ21.721.2440.49-
YUV127.32151.52119.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.29%
GREEN value IS 125 (49.22% from 255) = 30.49%
BLUE value IS 169 (66.41% from 255) = 41.22%
R=28.29%
G=30.49%
B=41.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1161251690.310.2600.34229.8123.5655.88
Hex747DA91F1A022e61838
Octal16417525137320423463070
Binary1110100111110110101001111111101001000101110011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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