#747DA1

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

Shades of Ship Cove #747DA1

Tints of Ship Cove #747DA1

Color information

#747DA1 (or 0x747DA1) is unknown color: approx Ship Cove. HEX triplet: 74, 7D and A1. RGB value is (116,125,161). Sum of RGB (Red+Green+Blue) = 116+125+161=402 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.86% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 161 (63.28% from 255 or 40.05% from 402); Max value from RGB is 161 - color contains mainly: blue. Hex color #747DA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747DA1 is #8B825E. Grayscale: #7E7E7E. Windows color (decimal): -9142879 or 10583412. OLE color: 10583412.

HSL color Cylindrical-coordinate representation of color #747DA1: hue angle of 228º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #747DA1 is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB116125161-
CMYK0.280.2200.37
HSL228º19.31%54.31%-
HSV(B)228º27.95%63.14%-
XYZ20.9720.9536.66-
YUV126.41147.52120.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.86%
GREEN value IS 125 (49.22% from 255) = 31.09%
BLUE value IS 161 (63.28% from 255) = 40.05%
R=28.86%
G=31.09%
B=40.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1161251610.280.2200.3722819.3154.31
Hex747DA11C16025e41336
Octal16417524134260453442366
Binary1110100111110110100001111001011001001011110010010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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