#747AA3

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

Shades of Ship Cove #747AA3

Tints of Ship Cove #747AA3

Color information

#747AA3 (or 0x747AA3) is unknown color: approx Ship Cove. HEX triplet: 74, 7A and A3. RGB value is (116,122,163). Sum of RGB (Red+Green+Blue) = 116+122+163=401 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.93% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 163 (64.06% from 255 or 40.65% from 401); Max value from RGB is 163 - color contains mainly: blue. Hex color #747AA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747AA3 is #8B855C. Grayscale: #7C7C7C. Windows color (decimal): -9143645 or 10713716. OLE color: 10713716.

HSL color Cylindrical-coordinate representation of color #747AA3: hue angle of 232.34º 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 #747AA3 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB116122163-
CMYK0.290.2500.36
HSL232.34º20.35%54.71%-
HSV(B)232.34º28.83%63.92%-
XYZ20.7720.2837.47-
YUV124.88149.51121.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.93%
GREEN value IS 122 (48.05% from 255) = 30.42%
BLUE value IS 163 (64.06% from 255) = 40.65%
R=28.93%
G=30.42%
B=40.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1161221630.290.2500.36232.3420.3554.71
Hex747AA31D19024e81437
Octal16417224335310443502467
Binary1110100111101010100011111011100101001001110100010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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