#747DA3

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

Shades of Ship Cove #747DA3

Tints of Ship Cove #747DA3

Color information

#747DA3 (or 0x747DA3) is unknown color: approx Ship Cove. HEX triplet: 74, 7D and A3. RGB value is (116,125,163). Sum of RGB (Red+Green+Blue) = 116+125+163=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 163 (64.06% from 255 or 40.35% from 404); Max value from RGB is 163 - color contains mainly: blue. Hex color #747DA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747DA3 is #8B825C. Grayscale: #7E7E7E. Windows color (decimal): -9142877 or 10714484. OLE color: 10714484.

HSL color Cylindrical-coordinate representation of color #747DA3: hue angle of 228.51º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #747DA3 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB116125163-
CMYK0.290.2300.36
HSL228.51º20.35%54.71%-
HSV(B)228.51º28.83%63.92%-
XYZ21.1521.0237.59-
YUV126.64148.52120.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.71%
GREEN value IS 125 (49.22% from 255) = 30.94%
BLUE value IS 163 (64.06% from 255) = 40.35%
R=28.71%
G=30.94%
B=40.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1161251630.290.2300.36228.5120.3554.71
Hex747DA31D17024e51437
Octal16417524335270443452467
Binary1110100111110110100011111011011101001001110010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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