#747DA5

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

Shades of Ship Cove #747DA5

Tints of Ship Cove #747DA5

Color information

#747DA5 (or 0x747DA5) is unknown color: approx Ship Cove. HEX triplet: 74, 7D and A5. RGB value is (116,125,165). Sum of RGB (Red+Green+Blue) = 116+125+165=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 165 (64.84% from 255 or 40.64% from 406); Max value from RGB is 165 - color contains mainly: blue. Hex color #747DA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747DA5 is #8B825A. Grayscale: #7E7E7E. Windows color (decimal): -9142875 or 10845556. OLE color: 10845556.

HSL color Cylindrical-coordinate representation of color #747DA5: hue angle of 228.98º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #747DA5 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB116125165-
CMYK0.300.2400.35
HSL228.98º21.4%55.1%-
HSV(B)228.98º29.7%64.71%-
XYZ21.3321.138.55-
YUV126.87149.52120.25-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.57%
GREEN value IS 125 (49.22% from 255) = 30.79%
BLUE value IS 165 (64.84% from 255) = 40.64%
R=28.57%
G=30.79%
B=40.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1161251650.300.2400.35228.9821.455.1
Hex747DA51E18023e51537
Octal16417524536300433452567
Binary1110100111110110100101111101100001000111110010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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